-
Notifications
You must be signed in to change notification settings - Fork 64
add role for quota subtrees #475
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
Conversation
@asm582 I tried this with your helm command and it didn't fully work. I had to add this under resources:
So the whole system:controller:xqueuejob-controller clusterrole apigroup/resources looked like this:
|
Just a note - roles need to be also adjusted in operator kubebuilder - https://github.com/project-codeflare/codeflare-operator/blob/9c269d0881a0a37166c120963d747b543413df4e/controllers/mcad_controller.go#L106 (and regenerate config files). |
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.
Small improvement on the golang code, otherwise LGTM>
pkg/controller/quota/quotaforestmanager/qm_lib_backend_with_quotasubt_mgr.go
Outdated
Show resolved
Hide resolved
@asm582 Role adjustment looks good, will approve once you revert the other change (as you mentioned in your comment) |
This reverts commit 25b3397.
No description provided.