Adding New IAM Policy for Cluster Autoscaler #416
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Autoscaler's version was updated to the penultimate chart here:
#407
The worker running the cluster autoscaler needs access to certain resources and actions for new versions and its configuration as suggested here: https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler#additional-configuration
The up-to-date IAM permissions required, is gotten from the cluster autoscaler's AWS Cloudprovider Readme (selecting the tag of the cluster autoscaler image in use): https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-chart-9.24.0/cluster-autoscaler/cloudprovider/aws/README.md
Terragrunt Apply