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

Missing RBAC verb for enable_node_labeling #55

Open
UncleSamSwiss opened this issue Nov 12, 2024 · 0 comments
Open

Missing RBAC verb for enable_node_labeling #55

UncleSamSwiss opened this issue Nov 12, 2024 · 0 comments

Comments

@UncleSamSwiss
Copy link

When env.enable_node_labeling is set to "true" I get the following error in the pod:

level=error msg="can't patch node <node>. error: nodes \"<node>\" is forbidden: User \"system:serviceaccount:kube-system:kube-vip\" cannot patch resource \"nodes\" in API group \"\" at the cluster scope"

I believe this is related to

verbs: ["list","get","watch", "update"]

IMHO, the verb "patch" is missing in that list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant