You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,20 +78,28 @@ The **v1.29** release will stop serving the following deprecated API versions:
48
78
<!--
49
79
The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.29.
50
80
51
-
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
81
+
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1** API version, available since v1.29, or the **flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
52
82
* All existing persisted objects are accessible via the new API
83
+
* Notable changes in **flowcontrol.apiserver.k8s.io/v1**:
84
+
* The PriorityLevelConfiguration `spec.limited.assuredConcurrencyShares` field
85
+
is renamed to `spec.limited.nominalConcurrencyShares` and only defaults to 30 when unspecified,
86
+
and an explicit value of 0 is not changed to 30.
53
87
* Notable changes in **flowcontrol.apiserver.k8s.io/v1beta3**:
54
88
* The PriorityLevelConfiguration `spec.limited.assuredConcurrencyShares` field is renamed to `spec.limited.nominalConcurrencyShares`
55
89
-->
56
90
**flowcontrol.apiserver.k8s.io/v1beta2** API 版本的 FlowSchema
57
91
和 PriorityLevelConfiguration 将不会在 v1.29 中提供。
58
92
59
-
* 迁移清单和 API 客户端使用 **flowcontrol.apiserver.k8s.io/v1beta3** API 版本,
60
-
此 API 从 v1.26 版本开始可用;
93
+
* 迁移清单和 API 客户端使用 **flowcontrol.apiserver.k8s.io/v1** API 版本(自 v1.29 版本开始可用),
0 commit comments