What are the Kubernetes RBAC verbs and resources which allow “kubectl rollout restart” a deployment?
What are the Kubernetes RBAC verbs
and resources
which allow kubectl rollout restart
a deployment?
At this moment the current RBAC verbs are create, delete, deletecollection, get, list, patch, update, watch
. May you please provide the reasons also?