File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,9 @@ You can request eviction either by directly calling the Eviction API
19
19
using a client of the kube-apiserver, like the ` kubectl drain ` command.
20
20
When an ` Eviction ` object is created, the API server terminates the Pod.
21
21
22
+ API-initiated evictions respect your configured [ ` PodDisruptionBudgets ` ] ( /docs/tasks/run-application/configure-pdb/ )
23
+ and [ ` terminationGracePeriodSeconds ` ] ( /docs/concepts/workloads/pods/pod-lifecycle#pod-termination ) .
24
+
22
25
API-initiated eviction is not the same as [ node-pressure eviction] ( /docs/concepts/scheduling-eviction/eviction/#kubelet-eviction ) .
26
+
27
+ * See [ API-initiated eviction] ( /docs/concepts/scheduling-eviction/api-eviction/ ) for more information.
You can’t perform that action at this time.
0 commit comments