observatorium / thanos-receive-controller

Kubernetes controller to automatically configure Thanos receive hashrings
Apache License 2.0
93 stars 42 forks source link

Fix Kubernetes List Pod Permissions #132

Closed alecrajeev closed 1 month ago

alecrajeev commented 4 months ago

The feature that annotates the pod with the timestamp when the hashring configmap updates will list the pods. This list pods permission should be added to the role permissions in the example manifests.

https://github.com/observatorium/thanos-receive-controller/blob/main/main.go#L748

https://github.com/observatorium/thanos-receive-controller/blob/main/examples/manifests/role.yaml#L27