-
Notifications
You must be signed in to change notification settings - Fork 61
adjust rbac to match mcad #240
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
Signed-off-by: James Busche <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: James Busche <[email protected]>
Signed-off-by: James Busche <[email protected]>
Signed-off-by: James Busche <[email protected]>
OK - i built a new operator image and tried deploying it:
Using my test image:
And it's looking good - able to deploy samples and not seeing any error:
|
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.8 to 1.27.10. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.27.8...v1.27.10) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…board Signed-off-by: Anish Asthana <[email protected]>
Signed-off-by: Anish Asthana <[email protected]>
Signed-off-by: James Busche <[email protected]>
Signed-off-by: James Busche <[email protected]>
Signed-off-by: James Busche <[email protected]>
/retest |
Please hold:
I'm testing now - but seeing something goofy... not sure if it's with my PR or if it's something in the latest code. |
OK - it looks good to me: |
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.
It seems there are some extra commits. Could you please rebase it properly?
@@ -102,7 +102,7 @@ func (r *MCADReconciler) DeleteResource(params *MCADParams, template string, fns | |||
// +kubebuilder:rbac:groups=codeflare.codeflare.dev,resources=mcads,verbs=get;list;watch;create;update;patch;delete | |||
// +kubebuilder:rbac:groups=codeflare.codeflare.dev,resources=mcads/status,verbs=get;update;patch | |||
// +kubebuilder:rbac:groups=codeflare.codeflare.dev,resources=mcads/finalizers,verbs=update | |||
// +kubebuilder:rbac:groups=workload.codeflare.dev,resources=queuejobs;schedulingspecs;appwrappers;appwrappers/finalizers;appwrappers/status,verbs=get;list;watch;create;update;patch;delete;deletecollection | |||
// +kubebuilder:rbac:groups=workload.codeflare.dev,resources=xqueuejobs;queuejobs;schedulingspecs;appwrappers;appwrappers/finalizers;appwrappers/status;quotasubtrees,verbs=get;list;watch;create;update;patch;delete;deletecollection |
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.
I think xqueuejobs
CRD has been removed from recent MCAD versions.
Sure - let me close this and restart - there have been a lot of code changes recently - apparently my rebase wasn't correct. |
Issue link
Closes #187
What changes have been made
Adjusts the mcad_controller.go rbac rules to match the recent changes with MCAD in PR project-codeflare/multi-cluster-app-dispatcher#475
Verification steps
TBD
Checks