-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix webhook clusterroles for openshift #904
Fix webhook clusterroles for openshift #904
Conversation
|
Welcome @xtreme-vikram-yadav! It looks like this is your first PR to knative-sandbox/eventing-rabbitmq 🎉 |
Hey @xtreme-vikram-yadav you need to sign the EasyCLA form to be able to commit to the project |
Codecov Report
@@ Coverage Diff @@
## main #904 +/- ##
=======================================
Coverage 71.11% 71.11%
=======================================
Files 43 43
Lines 2970 2970
=======================================
Hits 2112 2112
Misses 779 779
Partials 79 79 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gabo1208, xtreme-vikram-yadav 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 |
@gabo1208 I'm a little confused about signing the CLA. I can't find the project in the list of approved projects. Any ideas on how to proceed with it? Or may be i can sign the individual contributor agreement? |
Yep I think signing the IC is enough, but I'll tag @xtreme-sameer-vohra just to double check |
/cherry-pick release-1.7 |
@gabo1208: new pull request created: #908 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Environment:
Openshift on Vsphere
Server Version: 4.10.5
Kubernetes Version: v1.23.3+e419edf
Problem: The
rabbitmq-webhook
andrabbitmq-broker-webhook
pods while running successfully show RBAC errors in their logs. These errors show up on Openshift clusters because of OwnerReferencesPermissionEnforcement enforced by admission controllers.Error (
rabbitmq-webhook
):Pods status:
Proposed Changes
Pre-review Checklist
Release Note