terraform-aws-eks-cluster-autoscaler icon indicating copy to clipboard operation
terraform-aws-eks-cluster-autoscaler copied to clipboard

Results 6 terraform-aws-eks-cluster-autoscaler issues
Sort by recently updated
recently updated
newest added

### Summary API deprecation errors are shown in the autoscaler logs due to usage of the old beta APIs. They include `v1beta1.PodDisruptionBudget` and `v1beta1.CSIStorageCapacity`. ### Issue Type Bug Report ###...

bug

# Description This change adds a an option to add a permission boundary policy when creating the irsa rule ## Type of change - [ ] A bug fix (PR...

See https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws#full-cluster-autoscaler-features-policy-recommended # Description ## Type of change - [ ] A bug fix (PR prefix `fix`) - [x] A new feature (PR prefix `feat`) - [ ] A code...

### Summary In `values.tf`, the arn value is left blank at line 15. However, the correct behavior of not creating an irsa role should be to use the role provided...

bug

## fixing AlreadyExists error for aws_iam_role / aws_iam_policy updating the name of the role and policy --> prefixing the cluster name will make the role/policy to be unique for each...

### Summary Sometimes, when installing the cluster autoscaler, you work in a customer environment. Some customers are only allowing to create a role in their account when you attach a...

enhancement