Skip to content

Commit 97295ed

Browse files
authored
Improvement for en/docs/reference/glossary/api-eviction.md (#32959)
* fix:add description of PodDisruptionBudgets and hyperlink * Update api-eviction.md
1 parent 6213b93 commit 97295ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/reference/glossary/api-eviction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ You can request eviction either by directly calling the Eviction API
1919
using a client of the kube-apiserver, like the `kubectl drain` command.
2020
When an `Eviction` object is created, the API server terminates the Pod.
2121

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+
2225
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.

0 commit comments

Comments
 (0)