Updated on 2023-11-15 GMT+08:00

Kubernetes 1.15 (EOM) Release Notes

CCE has passed the Certified Kubernetes Conformance Program and is a certified Kubernetes offering. This section describes the updates in CCE Kubernetes 1.15.

Upgrade your Kubernetes clusters before the version EOM for more stable, reliable cluster running.

Description

CCE provides full-link component optimization and upgrade for Kubernetes v1.15, which includes two minor versions v1.15.11 and v1.15.6-r1.

Resource Changes and Deprecations

  • Ingress in the extensions/v1beta1 API version has been deprecated. It will be no longer served from Kubernetes 1.19. You can use the networking.k8s.io/v1beta1 API version.
  • NetworkPolicy in the extensions/v1beta1 API version will be officially suspended in 1.16. Migrate to use the networking.k8s.io/v1 API version.
  • PodSecurityPolicy in the extensions/v1beta1 API version will be officially suspended in 1.16. Migrate to use the policy/v1beta1 API version.
  • DaemonSets, Deployments, and ReplicaSets in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions will not be served in 1.16. You can use the apps/v1 API version.
  • PriorityClass is upgraded to scheduling.k8s.io/v1, scheduling.k8s.io/v1beta1, and scheduling.k8s.io/v1alpha1. It will be deprecated in 1.17.
  • The series.state field in the events.k8s.io/v1beta1 Event API version has been deprecated and will be removed from 1.18.