Skip to content

Missing RBAC verb for enable_node_labeling #55

@UncleSamSwiss

Description

@UncleSamSwiss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions