mirror of https://github.com/kubernetes/kops.git
Add deprecation notice for legacy etcd provider to 1.17 relnotes
This commit is contained in:
parent
4b4dbd4285
commit
9fc5418796
|
|
@ -72,6 +72,8 @@ the notes prior to the release).
|
|||
|
||||
* Support for CoreOS has been deprecated and will be removed in future versions of Kops. Those affected should consider using [Flatcar](../operations/images.md#flatcar) as a replacement.
|
||||
|
||||
* Support for the "Legacy" etcd provider has been deprecated. It will not be supported for Kubernetes 1.18 or later. To migrate to the default "Manager" etcd provider see the [etcd migration documentation](../etcd3-migration.md).
|
||||
|
||||
# Known Issues
|
||||
|
||||
* Kops 1.17.0-beta.1 included an update for AWS IAM Authenticator to 0.5.0.
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
* Google API client libraries updated from v0.beta to v1.
|
||||
|
||||
* Kops does not support the "Legacy" etcd provider for Kubernetes versions 1.18 and higher. Such clusters will need to use the default "Manager" etcd provider.
|
||||
* Kops does not support the "Legacy" etcd provider for Kubernetes versions 1.18 and higher. Such clusters will need to migrate to the default "Manager" etcd provider. To migrate, see the [etcd migration documentation](../etcd3-migration.md).
|
||||
|
||||
# Breaking changes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue