mirror of https://github.com/kubernetes/kops.git
Update release notes with new AWS instances defaults
This commit is contained in:
parent
3f25569bec
commit
2631aa56b7
|
@ -8,6 +8,11 @@
|
|||
|
||||
* Added experimental Azure support. To get started check the [docs](https://kops.sigs.k8s.io/getting_started/azure/)
|
||||
|
||||
* Default settings for AWS instances are updated to take advantage of recent performance and security features:
|
||||
* Default root volume encryption changes to enabled
|
||||
* Default root volume type changes from `gp2` to `gp3`
|
||||
* Default instance metadata service (IMDS) v2 changes from `optional` to `required`
|
||||
|
||||
* Added [template funtions](https://kops.sigs.k8s.io/operations/cluster_template/#template-functions) for kubernetes version based on channel data.
|
||||
|
||||
* kOps now use helm3 functions for merging template `--set` and `--values` arguments. This has slightly different behaviour than previous helm2-like logic.
|
||||
|
|
Loading…
Reference in New Issue