-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add inferenceservice finalizer rbac rules #1134
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
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.
/lgtm
/lgtm |
I think the file is generated, so please add kubebuilder annotation as in PR #1122 if needed. |
This is an additional change needed for Openshift clusters.
116b0da
to
46d697c
Compare
@pugangxa Updated the kubebuilder annotations to reflect the change. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuzisun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
This is an additional change needed for Openshift clusters.
This is an additional change needed for Openshift clusters.
What this PR does / why we need it:
This is an additional change needed for Openshift clusters. With Kfserving 0.4, I get the same issue mentioned in #1035 even with the changes made in #1122 . Seems like one more finalizer needed permission as adding the line in this PR allowed successful InferenceService creation.
Which issue(s) this PR fixes :
Fixes #1035
Release note: