Add option to set the name of a node group manually (#739)

This commit is contained in:
Matthias Splieth
2020-02-14 10:10:29 +01:00
committed by GitHub
parent a9c73b277e
commit 10ca272e5b
3 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added example `examples/irsa` for IAM Roles for Service Accounts (by @max-rocket-internet)
- **Breaking:** Removal of autoscaling IAM policy and tags (by @max-rocket-internet)
- Add `iam:{Create,Delete,Get}OpenIDConnectProvider` grants to the list of required IAM permissions in `docs/iam-permissions.md` (by @danielelisi)
- Add an `name` parameter to be able to manually name EKS Managed Node Groups (by @splieth)
#### Important notes