diff --git a/docs/releases/1.22-NOTES.md b/docs/releases/1.22-NOTES.md index a25688f4a95dc..b155e8eda0032 100644 --- a/docs/releases/1.22-NOTES.md +++ b/docs/releases/1.22-NOTES.md @@ -10,12 +10,18 @@ This is a document to gather the release notes prior to the release. * Support for Kubernetes versions 1.15 and 1.16 has been removed. -# Required Actions +* [TODO] The `node-role.kubernetes.io/master` and `kubernetes.io/role` labels [will be] removed from control plane nodes. -* To support [Node Termination Handler's Queue Process mode](/addons/#node-termination-handler), AWS cluster deletion now requires the kops CLI have `sqs:ListQueues` and `events:ListRules` permissions regardless of whether or not the addon is used. +# Required Actions # Deprecations * Support for Kubernetes versions 1.17 is deprecated and will be removed in kOps 1.23. +* The [manifest based metrics server addon](https://github.com/kubernetes/kops/tree/master/addons/metrics-server) has been deprecated in favour of a configurable addon. + +* The [manifest based cluster autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler) has been deprecated in favour of a configurable addon. + +* Due to lack of maintainers, the Aliyun/Alibaba Cloud support has been deprecated. The current implementation will be left as-is until the implementation needs updates or otherwise becomes incompatible. At that point, it will be removed. We very much welcome anyone willing to contribute to this cloud provider. + # Full change list since 1.21.0 release