-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing permissions for cloud-controller-manager service account #190
Comments
@fad3t: The label(s) 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. |
@fad3t: The label(s) 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. |
**What this PR does / why we need it**: Add services RO permission to the `system:cloud-controller-manager` cluster role. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #190 **Release note**: <!-- Write your release note: 1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". 2. If no release note is required, just write "NONE". --> ```release-note fix(rbac): allow cloud controller manager to read services ```
/kind bug
I'm seeing the following messages in the logs of the cloud controller manager pod:
I can prepare a PR that updates the RBAC configuration and adds the missing permission, but I wanted to ask first if this is expected?
kubectl version
): v1.29.5/etc/os-release
): ubuntu 22.04The text was updated successfully, but these errors were encountered: