Skip to content

Commit 0242acd

Browse files
authored
Added API removal for 1.32
Update 2024-11-04-kubernetes-1.32-sneak-peek.md
1 parent fd41232 commit 0242acd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ This removal allows Kubernetes to handle new hardware requirements and resource
3939

4040
Please also see the enhancement issue [#3063](https://github.com/kubernetes/enhancements/issues/3063) to find out more.
4141

42+
## API removal
43+
44+
There is only a single API removal planned for [Kubernetes v1.32](/docs/reference/using-api/deprecation-guide/#v1-32):
45+
46+
* The `flowcontrol.apiserver.k8s.io/v1beta3` API version of FlowSchema and PriorityLevelConfiguration has been removed.
47+
To prepare for this, you can edit your existing manifests and rewrite client software to use the `flowcontrol.apiserver.k8s.io/v1 API` version, available since v1.29.
48+
All existing persisted objects are accessible via the new API. Notable changes in flowcontrol.apiserver.k8s.io/v1beta3 include that the PriorityLevelConfiguration `spec.limited.nominalConcurrencyShares` field only defaults to 30 when unspecified, and an explicit value of 0 is not changed to 30.
49+
50+
For more information, please refer to the [API deprecation guide](/docs/reference/using-api/deprecation-guide/#v1-32).
51+
4252
## Sneak peek of Kubernetes v1.32
4353

4454
### Even more DRA enhancements!

0 commit comments

Comments
 (0)