CCE Release of Kubernetes v1_24 History
Updated at:2025-10-27
Baidu AI Cloud Container Engine (CCE) fully complies with community conformance certification. This document highlights the key changes introduced in Kubernetes 1.24 by CCE compared to version 1.22.
Resource changes and deprecations
- autoscaling/v1 is deprecated; it is recommended to use autoscaling/v2 instead;
- flowcontrol.apiserver.k8s.io/v1beta1 is deprecated; it is recommended to use flowcontrol.apiserver.k8s.io/v1beta2 instead;
- For csistoragecapacities, it is recommended to use storage.k8s.io/v1; storage.k8s.io/v1beta1 is deprecated
Other changes and deprecations
- For the configurations of kube-scheduler and kube-controller-manager, the --authorization-always-allow-paths parameter newly adds the setting /metrics
When upgrading a CCE cluster from version 1.22 to 1.24, if you need to collect metrics data, you must pay attention to the change of the collection port number and use the HTTPS protocol for access
- kube-scheduler port: 10259
- kube-controller-manager port: 10257
The new runtime containerd 1.6.8 is added; docker is no longer supported
- Kubernetes 1.24 has removed support for docker via Dockershim. However, images built with docker can still be used. For newly created nodes, please use Containerd as the container runtime. For more information, see Updated: Dockershim Removal FAQ.
Reference link
For a detailed comparison between Kubernetes 1.24 and other versions, please refer to:
