mirror of https://github.com/kubernetes/kops.git
Merge pull request #14596 from johngmyers/deprecation
Re-add inadvertently-dropped deprecation notices
This commit is contained in:
commit
7a5e616da2
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue