Skip to content
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 RBAC permissions for status reporter #47793

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

jwendell
Copy link
Member

@jwendell jwendell commented Nov 8, 2023

This fixes this error:

error	status	configmaps "istiod-767f4ff6db-r789m-distribution" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>

When running in a cluster with the
OwnerReferencesPermissionEnforcement plugin enabled: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement

This fixes this error:
```
error	status	configmaps "istiod-767f4ff6db-r789m-distribution" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>
```

When running in a cluster with the
`OwnerReferencesPermissionEnforcement` plugin enabled: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement
@jwendell jwendell added the release-notes-none Indicates a PR that does not require release notes. label Nov 8, 2023
@jwendell jwendell requested a review from a team as a code owner November 8, 2023 20:00
@istio-testing istio-testing added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 8, 2023
@istio-testing istio-testing merged commit 0899358 into istio:master Nov 9, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants