From 0242acdfc14e4a4c941aa1dc08acb319e59fda8a Mon Sep 17 00:00:00 2001 From: Matteo Bianchi <37507190+mbianchidev@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:00:43 +0100 Subject: [PATCH] Added API removal for 1.32 Update 2024-11-04-kubernetes-1.32-sneak-peek.md --- .../_posts/2024-11-04-kubernetes-1.32-sneak-peek.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md b/content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md index 056ddc060d..b6fe80d416 100644 --- a/content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md +++ b/content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md @@ -39,6 +39,16 @@ This removal allows Kubernetes to handle new hardware requirements and resource Please also see the enhancement issue [#3063](https://github.com/kubernetes/enhancements/issues/3063) to find out more. +## API removal + +There is only a single API removal planned for [Kubernetes v1.32](/docs/reference/using-api/deprecation-guide/#v1-32): + +* The `flowcontrol.apiserver.k8s.io/v1beta3` API version of FlowSchema and PriorityLevelConfiguration has been removed. +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. +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. + +For more information, please refer to the [API deprecation guide](/docs/reference/using-api/deprecation-guide/#v1-32). + ## Sneak peek of Kubernetes v1.32 ### Even more DRA enhancements!