You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
When
env.enable_node_labeling
is set to"true"
I get the following error in the pod:I believe this is related to
helm-charts/charts/kube-vip/templates/rbac.yaml
Line 18 in a29bdc2
IMHO, the verb
"patch"
is missing in that list.The text was updated successfully, but these errors were encountered: