Blog: Kubernetes Removals and Major Changes In 1.25



  • Authors: Kat Cosgrove, Frederico Muñoz, Debabrata Panigrahi

    As Kubernetes grows and matures, features may be deprecated, removed, or replaced with improvements for the health of the project. Kubernetes v1.25 includes several major changes and one major removal.

    The Kubernetes API Removal and Deprecation process

    The Kubernetes project has a well-documented deprecation policy for features. This policy states that stable APIs may only be deprecated when a newer, stable version of that same API is available and that APIs have a minimum lifetime for each stability level. A deprecated API is one that has been marked for removal in a future Kubernetes release; it will continue to function until removal (at least one year from the deprecation), but usage will result in a warning being displayed. Removed APIs are no longer available in the current version, at which point you must migrate to using the replacement.

    • Generally available (GA) or stable API versions may be marked as deprecated but must not be removed within a major version of Kubernetes.
    • Beta or pre-release API versions must be supported for 3 releases after deprecation.
    • Alpha or experimental API versions may be removed in any release without prior deprecation notice.

    Whether an API is removed as a result of a feature graduating from beta to stable or because that API simply did not succeed, all removals comply with this deprecation policy. Whenever an API is removed, migration options are communicated in the documentation.

    A Note About PodSecurityPolicy

    In Kubernetes v1.25, we will be removing PodSecurityPolicy after its deprecation in v1.21. PodSecurityPolicy has served us honorably, but its complex and often confusing usage necessitated changes, which unfortunately would have been breaking changes. To address this, it is being removed in favor of a replacement, Pod Security Admission, which is graduating to stable in this release as well. If you are currently relying on PodSecurityPolicy, follow the instructions for migration to Pod Security Admission.

    Major Changes for Kubernetes v1.25

    Kubernetes v1.25 includes several major changes, in addition to the removal of PodSecurityPolicy.

    CSI Migration

    The effort to move the in-tree volume plugins to out-of-tree CSI drivers continues, with the core CSI Migration feature going GA in v1.25. This is an important step towards removing the in-tree volume plugins entirely.

    Volume Plugin Deprecations and Removals

    Several volume are being deprecated or removed.

    GlusterFS will be deprecated in v1.25. While a CSI driver was built for it, it has not been maintained. The possibility of migration to a compatible CSI driver was discussed, but a decision was ultimately made to begin the deprecation of the GlusterFS plugin from in-tree drivers. The Portworx in-tree volume plugin is also being deprecated with this release. The Flocker, Quobyte, and StorageOS in-tree volume plugins are being removed.

    Declare Unsupported vSphere Versions

    From Kubernetes v1.25, the in-tree vSphere volume driver will not support any vSphere release before 7.0u2. Check the v1.25 detailed release notes for more advice on how to handle this.

    Signing Release Artifacts

    An additional step in improving the security posture of the release process, the signing of Kubernetes release artifacts will graduate to Beta in this release. This is in line with the proposed enhancement of targeting SLSA Level 3 compliance for the Kubernetes release process.

    Support for cgroup v2 Graduating to Stable

    The new kernel cgroups v2 API was declared stable more than two years ago, and in this release we're taking solid steps towards full adoption of it. While cgroup v1 will continue to be supported, this change makes us ready to deal with the eventual deprecation of cgroup v1 and its replacement by cgroup v2.

    Cleaning up IPTables Chain Ownership

    From the Kubernetes 1.25 release, the iptables chains created by Kubernetes will only support for internal Kubernetes use cases. Starting with v1.25, the Kubelet will gradually move towards not creating the following iptables chains in the nat table:

    • KUBE-MARK-DROP
    • KUBE-MARK-MASQ
    • KUBE-POSTROUTING

    This change will be phased in via the IPTablesCleanup feature gate.

    Looking ahead

    The official list of API removals planned for Kubernetes 1.26 is:

    • The beta FlowSchema and PriorityLevelConfiguration APIs (flowcontrol.apiserver.k8s.io/v1beta1)
    • The beta HorizontalPodAutoscaler API (autoscaling/v2beta2)

    Want to know more?

    Deprecations are announced in the Kubernetes release notes. You can see the announcements of pending deprecations in the release notes for:

    For information on the process of deprecation and removal, check out the official Kubernetes deprecation policy document.



    https://kubernetes.io/blog/2022/08/04/upcoming-changes-in-kubernetes-1-25/

Log in to reply
 

© Lightnetics 2024