CCE Release of Kubernetes v1_30 History
Updated at:2025-10-27
Baidu AI Cloud Container Engine (CCE) fully complies with community conformance certification standards. This document outlines the major updates introduced in Kubernetes 1.30 by CCE, compared to version 1.28.
Resource changes and deprecations
- In version 1.29, the flowcontrol.apiserver.k8s.io/v1beta2 API is replaced by flowcontrol.apiserver.k8s.io/v1, including resources like FlowSchema and PriorityLevelConfiguration.
- In version 1.29, the ClusterCIDR feature in networking/v1alpha1 is removed.
- In version 1.29, the kubescheduler.config.k8s.io/v1beta3 API is replaced by kubescheduler.config.k8s.io/v1, including the KubeSchedulerConfiguration resource.
- In version 1.29, the .status.nodeInfo.kubeProxyVersion field in the v1 Node resource is marked as deprecated.
- In version 1.29, configuring CRON_TZ or TZ in the .spec.schedule field of batch/v1 CronJob is no longer supported. Please use .spec.timeZone instead.
Other changes and deprecations
- In version 1.29, the selectorSpread scheduler plugin is removed. Use the podTopologySpread scheduler plugin as a replacement.
- In version 1.30, the SecurityContextDeny admission plugin is deprecated. Use the PodSecurity admission plugin instead.
- In version 1.30, the kubectl apply --prune-whitelist parameter is removed. Replace it with the --prune-allowlist parameter.
Reference link
For a detailed comparison between Kubernetes 1.30 and other versions, please refer to:
