-
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
storageclass permission is required #645
Conversation
/assign @mwielgus @MaciekPytel |
@@ -56,12 +56,36 @@ metadata: | |||
k8s-app: cluster-autoscaler | |||
rules: | |||
- apiGroups: [""] | |||
resources: ["configmaps"] | |||
resources: ["events","endpoints"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do all of these permissions need to be added to Role in addition to ClusterRole when running on master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, wrong place of new lines
verbs: ["create"] | ||
- apiGroups: [""] | ||
resources: ["configmaps"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for removing permissions for writing configmap in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, wrong place of new lines
554cd52
to
96dae48
Compare
@aleksandra-malinowska Thanks of reviewing. Fixed permissions. PTAL |
/lgtm |
@mwielgus Thanks |
…a1-config Update documentation for config.kueue.x-k8s.io v1beta1
Without this, cluster-autoscaler would report errors: