mirror of https://github.com/kubernetes/kops.git
Merge pull request #11198 from justinsb/mark_1_20_released
Docs: Remove 'prerelease' warning from 1.20
This commit is contained in:
commit
7a08b18f89
|
|
@ -144,7 +144,7 @@ has been updated by a newer version of kOps unless it is given the `--allow-kops
|
|||
|
||||
* The [manifest based cluster autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler) has been deprecated in favour of a configurable addon.
|
||||
|
||||
* The experimental node authorizor is now ignored if you are using kubernetes 1.19. The feature will be removed in 1.20. Worker nodes will instead be authorized using kops-controller.
|
||||
* The experimental node authorizer is now ignored if you are using kubernetes 1.19. The feature will be removed in 1.20. Worker nodes will instead be authorized using kops-controller.
|
||||
|
||||
* Support for AWS LaunchConfiguration has been deprecated and will be removed in kOps 1.21.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
## Release notes for kOps 1.20 series
|
||||
|
||||
**⚠ kOps 1.20 has not been released yet! ⚠**
|
||||
|
||||
This is a document to gather the release notes prior to the release.
|
||||
|
||||
# Significant changes
|
||||
|
||||
* Default container runtime is now set to `containerd` for new clusters running Kubernetes 1.20.0+.
|
||||
|
|
|
|||
Loading…
Reference in New Issue