Add deprecation notice for legacy etcd provider to 1.17 relnotes

This commit is contained in:
John Gardiner Myers 2020-05-28 10:46:59 -07:00
parent 4b4dbd4285
commit 9fc5418796
2 changed files with 3 additions and 1 deletions

View File

@ -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 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 # Known Issues
* Kops 1.17.0-beta.1 included an update for AWS IAM Authenticator to 0.5.0. * Kops 1.17.0-beta.1 included an update for AWS IAM Authenticator to 0.5.0.

View File

@ -26,7 +26,7 @@
* Google API client libraries updated from v0.beta to v1. * 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 # Breaking changes