Add cluster name and ephemeral storage tags for cluster autoscaler (#299)

This commit is contained in:
Taylor Barrella
2019-03-20 05:19:38 -07:00
committed by Max Williams
parent 80085f50ab
commit efaa3d8d60
3 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- "k8s.io/cluster-autoscaler/{cluster-name}" and "k8s.io/cluster-autoscaler/node-template/resources/ephemeral-storage" tags for autoscaling groups (by @tbarrella)
- Added "ec2:DescribeLaunchTemplateVersions" action to worker instance role (by @skang0601)
- Adding ebs encryption for workers launched using workers_launch_template (by @russki)
- Added output for generated kubeconfig filename (by @syst0m)