Maintained with ☕️ by
IcePanel logo

1.32 is now available in the Rapid channel Kubernetes 1.32 is now available in the Rapid channel

Share

Services

## Announcement **1.32 is now available in the Rapid channel** Kubernetes 1.32 is now available in the Rapid channel. For more information about the content of Kubernetes 1.32, read the [Kubernetes 1.32 Release Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.32.md#changelog-since-v1310). ## Feature **New features** * [Dynamic Resource Allocation](https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/) graduated to beta, and enables efficient scheduling of advanced device driver resources (because this is a beta API, using it in GKE clusters requires [opt-in](https://cloud.google.com/kubernetes-engine/docs/how-to/use-beta-apis)). * Support for [more efficient API streaming](https://kubernetes.io/blog/2024/12/17/kube-apiserver-api-streaming/) graduated to beta and is enabled by default in the API server. Clients can [opt into use of this more efficient mechanism](https://kubernetes.io/blog/2024/12/17/kube-apiserver-api-streaming/#enabling-api-streaming-for-your-component). * Support for [recovery from volume expansion failure](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#recovering-from-failure-when-expanding-volumes) graduated to beta and is enabled by default. * Support in the Job API for [management by external controllers](https://kubernetes.io/docs/concepts/workloads/controllers/job/#delegation-of-managing-a-job-object-to-external-controller) graduated to beta and is enabled by default. This enables integrations with external controllers like [MultiKueue](https://kueue.sigs.k8s.io/docs/concepts/multikueue/). ## Deprecate **Deprecated in Kubernetes 1.32** * The following Beta versions of graduated APIs were [deprecated in 1.29 and removed in 1.32](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-32) in favor of newer versions: * `flowcontrol.apiserver.k8s.io/v1beta3 FlowSchema, PriorityLevelConfiguration` * deprecated since 1.29, will no longer be served in 1.32, * instead, use `flowcontrol.apiserver.k8s.io/v1`, available since 1.29. * The `status.nodeInfo.kubeProxyVersion` field in the Node API is deprecated and will not be populated starting in v1.33\. The field is currently populated with the kubelet version, not the kube-proxy version, and might not accurately reflect the kube-proxy version in use. For more information, see [KEP-4004](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/4004-deprecate-kube-proxy-version).