Update release notes with new AWS instances defaults

This commit is contained in:
Ciprian Hacman 2021-01-21 10:11:11 +02:00
parent 3f25569bec
commit 2631aa56b7
1 changed files with 5 additions and 0 deletions

View File

@ -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.