Skip to content

Missing role permissions needed in example manifest #92

@cmagorian

Description

@cmagorian

From deploying the example manifest (not helm), I needed to add the following block in the ClusterRole:

- apiGroups: [''] resources: [endpoints] verbs: [get, patch, update] 

To remove this error message:

leaderelection.go:324] error retrieving resource lock kube-system/draino: endpoints "draino" is forbidden: User "system:serviceaccount:kube-system:draino" cannot get resource "endpoints" in API group "" in the namespace "kube-system"

Would you guys be open to a PR for this?

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