Add missing update-agent RBAC role to get pods
* Drain now gets pods, deletes pods, and waits for deletion
This commit is contained in:
parent
a57b3cf973
commit
f86c00288f
|
@ -34,6 +34,7 @@ rules:
|
|||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- delete
|
||||
- apiGroups:
|
||||
|
|
Loading…
Reference in New Issue