mirror of https://github.com/kubernetes/kops.git
Update release notes
This commit is contained in:
parent
e19a1bbad9
commit
bfb68bf128
|
|
@ -14,8 +14,18 @@ This is a document to gather the release notes prior to the release.
|
|||
|
||||
* Support for the Lyft CNI has been removed.
|
||||
|
||||
* Support for CentOS 7 has been removed.
|
||||
|
||||
* Support for CentOS 8 has been removed.
|
||||
|
||||
* Support for Debian 9 has been removed.
|
||||
|
||||
* Support for RHEL 7 is has been removed.
|
||||
|
||||
* Support for Ubuntu 16.04 (Xenial) has been removed.
|
||||
|
||||
* Support for Ubuntu 18.04 (Bionic) has been removed.
|
||||
|
||||
* Cilium now has `disable-cnp-status-updates: true` by default. Set this to false if you rely on the CiliumNetworkPolicy status fields.
|
||||
|
||||
# Required actions
|
||||
|
|
@ -26,14 +36,6 @@ This is a document to gather the release notes prior to the release.
|
|||
|
||||
* Support for Kubernetes version 1.19 is deprecated and will be removed in kOps 1.25.
|
||||
|
||||
* Support for CentOS 7 is deprecated and will be removed in future versions of kOps.
|
||||
|
||||
* Support for Debian 9 (Stretch) is deprecated and will be removed in future versions of kOps.
|
||||
|
||||
* Support for RHEL 7 is deprecated and will be removed in future versions of kOps.
|
||||
|
||||
* Support for Ubuntu 18.04 (Bionic) is deprecated and will be removed in future versions of kOps.
|
||||
|
||||
* All legacy addons are deprecated in favor of managed addons, including the [metrics server addon](https://github.com/kubernetes/kops/tree/master/addons/metrics-server) and the [autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler).
|
||||
|
||||
* The `node-role.kubernetes.io/master` and `kubernetes.io/role` labels are deprecated and might be removed from control plane nodes in future versions of kOps.
|
||||
|
|
|
|||
Loading…
Reference in New Issue