Add update permission to certificaterequests/finalizers to the cert-manager-controller-certificates clusterrole.#2325
Conversation
cert-manager-controller-certificates clusterrole. Fixes: cert-manager#2305 Signed-off-by: Nils Cant <nils.cant@vargen.io>
|
Hi @CoaxVex. Thanks for your PR. I'm waiting for a jetstack or cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Hey - could you describe why this is needed? We don't set any finalizers on ChallengeRequest resources 🤔 |
|
I got this error message (See #2305) When an order is created, it sets an ownerReference to the certificaterequest, and I assume this is what is going wrong. Since nobody else experiences this except me, I'm guessing it's specific to OpenShift 4? I have just reproduced it on another cluster in another namespace. I also deleted the cert-manager-leaderelection clusterrolebinding: |
|
This may be relevant: https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/ Still doesn't explain why nobody else is experiencing this though. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CoaxVex, munnerz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixes: #2305
Signed-off-by: Nils Cant nils.cant@vargen.io