coreos / container-linux-update-operator

A Kubernetes operator to manage updates of Container Linux by CoreOS
Apache License 2.0
209 stars 49 forks source link

examples: Add RBAC permission to get individual pods #147

Closed dghubble closed 7 years ago

dghubble commented 7 years ago

When #137 was merged, it adds code to get each pod (rather than list) to determine whether it was successfully deleted. This requires an appropriate RBAC grant. Otherwise, having a grace period max is all that keeps it from stalling forever.