Merge pull request #14596 from johngmyers/deprecation

Re-add inadvertently-dropped deprecation notices
This commit is contained in:
Kubernetes Prow Robot 2022-11-18 23:30:29 -08:00 committed by GitHub
commit 7a5e616da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -23,8 +23,13 @@ The CSI Cinder plugin for OpenStack will now only use the CSI snapshotter when t
# Deprecations
* Support for Kubernetes version 1.20 is deprecated and will be removed in kOps 1.26.
* Support for Kubernetes version 1.21 is deprecated and will be removed in kOps 1.27.
* 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).
* Due to lack of maintainers, the CloudFormation 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 target.
# Full change list since 1.24.0 release
* [v1.25.0-alpha.1](https://github.com/kubernetes/kops/releases/tag/v1.25.0-alpha.1)

View File

@ -39,5 +39,8 @@ CNIs, use the "cni" networking option instead.
* Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.
* 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).
* Due to lack of maintainers, the CloudFormation 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 target.
# Full change list since 1.25.0 release