-
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
Missing RBAC rule for CSINode #2324
Comments
After updating the
|
Hello, the following link might be of help. |
How to enable the |
@Jeffwan ? |
@khteh I suggest you ask on #sig-autoscaling on k8s slack. That is a good place to ask questions. |
CSINodeInfo=true is alpha feature on 1.11-1.13. EKS doesn't only enable beta feature gate, so alpha features are not available. If you upgrade to 1.14. You can use it by default. 1.14 is also the latest version EKS supports. |
I run into this issue by running autoscaler Helm values config for 7.0.0
|
Unfortunately I couldn't find a BTW If you want to check the tags by yourself, this is what I've did:
|
As per AWS doc, the image for EKS must be from this repo : US: And for As conclusion, my answer is a details of @etwillbefine answer. |
Info
Component: auto-scaler
Version: v1.16.0
Problem
In the latest v1.16.0 auto-scaler version, I got RBAC errors about listing CSINodes.
I used the RBAC roles from aws examples.
Looks like that the 7a4836f change didn't add the required RBAC rules to the examples.
Solution
Fixed by adding the following rule to the
cluster-autoscaler
ClusterRoleThe text was updated successfully, but these errors were encountered: