mirror of https://github.com/kubernetes/kops.git
Merge pull request #8064 from johngmyers/deprecate-v1alpha1
Announce impending removal of v1alpha1 API
This commit is contained in:
commit
1a23444dba
|
@ -39,6 +39,10 @@ the notes prior to the release).
|
|||
PodPriority: "true"
|
||||
```
|
||||
|
||||
# Deprecations
|
||||
|
||||
* 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
|
||||
|
||||
## 1.15.0-alpha.1 to 1.16.0-alpha.1
|
||||
|
|
|
@ -55,6 +55,10 @@ the notes prior to the release).
|
|||
a kops-controller Deployment may have been created that should get deleted because it has been replaced with a DaemonSet.
|
||||
Run `kubectl -n kube-system delete deployment kops-controller` after upgrading to Kops 1.17.0-alpha.2 or later.
|
||||
|
||||
# Deprecations
|
||||
|
||||
* 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
|
||||
|
||||
## 1.16.0-alpha.1 to 1.17.0-alpha.1
|
||||
|
|
Loading…
Reference in New Issue