-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoscaler chart is missing some rules #4114
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
phenixdotnet
changed the title
Autoscaler chart is missing some roles
Autoscaler chart is missing some rules
Jun 3, 2021
Any solutions to solve this problem?I got this error too |
@liwandaniel : You can "just" edit the cluster role used by autoscaler to add the missing rules. |
@MarcusNoble didnt see your MR, created the exact same one myself, #4159 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which component are you using?:
Cluster Autoscaler Helm chart
What version of the component are you using?:
Latest
What k8s version are you using (
kubectl version
)?:v1.20.4-eks-6b7464 & v1.19.6-eks-49a6c0
What environment is this in?:
EKS on AWS
What did you expect to happen?:
Autoscaler can access to all required resource in the cluster or doesn't try to access to unneeded resources
What happened instead?:
cluster-autoscaler logs report a permission denied when trying to access to some csi related resources:
and for
csistoragecapacities
How to reproduce it (as minimally and precisely as possible):
Launch cluster-autoscaler from the helm chart with service account and RBAC enabled
Anything else we need to know?:
We fixed it by changing the cluster role from:
to
But I'm not sure this change is the best/correct as I don't know the minimum permissions required for
csidrivers
andcsistoragecapacities
The text was updated successfully, but these errors were encountered: