You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When draining a node it is useful to evict the pods on a node 1 by 1 using api initiated evictions. This is useful because those requests respect the pod disruption budgets. The api is a little funky because it talks to the /api/v1/namespaces/<namespace>/pods/<pod>/eviction endpoint while the resource is policy/v1.
I am working on an implementation in my fork: #454
The text was updated successfully, but these errors were encountered:
When draining a node it is useful to evict the pods on a node 1 by 1 using api initiated evictions. This is useful because those requests respect the pod disruption budgets. The api is a little funky because it talks to the
/api/v1/namespaces/<namespace>/pods/<pod>/eviction
endpoint while the resource ispolicy/v1
.I am working on an implementation in my fork: #454
The text was updated successfully, but these errors were encountered: