kubernetes-retired / contrib

[EOL] This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core.
Apache License 2.0
2.46k stars 1.68k forks source link

Leader election lacks documentation about required permissions #3001

Closed micw closed 5 years ago

micw commented 5 years ago

The leader election requires certain permissions to work (especially access to "endpoints" of the namespace where the election runs in). This should be documented.

There's already an issue where a user described the required RBAC role: https://github.com/kubernetes/contrib/issues/2952