-
-
Notifications
You must be signed in to change notification settings - Fork 162
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 RBAC lack of permissions #538
Comments
Hi, I noticed that as well. I’ve been doing a lot of testing with the autoscaler over the past few weeks, but I haven’t tried it with volumes after seeing that message in the logs. Fingers crossed they merge that PR soon! |
I just tested using volumes with autoscaled nodes, and it worked without any issues. I’m not entirely sure about the implications of the missing permission, though. I’ll ask in the relevant issue on the repository to get more clarity. |
While waiting for a clarification, I made a gist with a temp fix tom get rid of the permission error at https://gist.githubusercontent.com/vitobotta/3a727c15fd862a92b44530ca6dcb641b/raw/e7a4006a73af30f58b98f1dc94fb42c89762585d/cluster-autoscaler-volumeattachments.yaml. If you apply this with |
Hi,
I've just installed a completely new cluster and I saw following errors in cluster autoscaler
I've tried to look into the code the part for autoscaler in order to create a PR with a fix but I couldn't find any yaml template. I've reached a point
manifest = fetch_manifest(settings.manifests.cluster_autoscaler_manifest_url
. I guess that the manifests are fetched from remote maybeThe text was updated successfully, but these errors were encountered: