-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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.
viceice
Metadata
Metadata
Assignees
Labels
No labels