mirror of https://github.com/kubernetes/kops.git
Merge pull request #8443 from johngmyers/k8s-deprecation-note
Add Kubernetes deprecation/removal release notes
This commit is contained in:
commit
a3633ad294
|
|
@ -41,6 +41,8 @@ the notes prior to the release).
|
|||
|
||||
# Deprecations
|
||||
|
||||
* Support for Kubernetes releases prior to 1.9 is deprecated and will be removed in kops 1.18.
|
||||
|
||||
* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.
|
||||
|
||||
# Full change list since 1.15.0 release
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ the notes prior to the release).
|
|||
|
||||
# Deprecations
|
||||
|
||||
* Support for Kubernetes releases prior to 1.9 is deprecated and will be removed in kops 1.18.
|
||||
|
||||
* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.
|
||||
|
||||
# Full change list since 1.16.0 release
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
* Terraform users on AWS may need to rename some resources in their state file in order to prepare for Terraform 0.12 support. See Required Actions below.
|
||||
|
||||
* Support for Kubernetes versions prior to 1.9 has been removed.
|
||||
|
||||
* Kubernetes 1.9 users will need to enable the PodPriority feature gate. See Required Actions below.
|
||||
|
||||
* A controller is now used to apply labels to nodes. If you are not using AWS, GCE or OpenStack your (non-master) nodes may not have labels applied correctly.
|
||||
|
|
@ -51,6 +53,10 @@
|
|||
* If a custom Kops build was used on a cluster, a kops-controller Deployment may have been created that should get deleted.
|
||||
Run `kubectl -n kube-system delete deployment kops-controller` after upgrading to Kops 1.16.0-beta.1 or later.
|
||||
|
||||
# Deprecations
|
||||
|
||||
* Support for Kubernetes version 1.10 is deprecated and will be removed in kops 1.19.
|
||||
|
||||
# Full change list since 1.17.0 release
|
||||
|
||||
## 1.17.0-alpha.1 to 1.18.0-alpha.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue