Skip to content

Commit 3fc4a3e

Browse files
committed
fix eviction policy content type
1 parent 6a85a07 commit 3fc4a3e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Eviction Policy
3-
content_template: templates/concept
3+
content_type: concept
44
weight: 60
55
---
66

@@ -12,12 +12,13 @@ This page is an overview of Kubernetes' policy for eviction.
1212

1313
## Eviction Policy
1414

15-
The {{< glossary_tooltip text="Kubelet" term_id="kubelet" >}} can proactively monitor for and prevent total starvation of a
16-
compute resource. In those cases, the `kubelet` can reclaim the starved
17-
resource by proactively failing one or more Pods. When the `kubelet` fails
15+
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} proactively monitors for
16+
and prevents total starvation of a compute resource. In those cases, the `kubelet` can reclaim
17+
the starved resource by failing one or more Pods. When the `kubelet` fails
1818
a Pod, it terminates all of its containers and transitions its `PodPhase` to `Failed`.
19-
If the evicted Pod is managed by a Deployment, the Deployment will create another Pod
19+
If the evicted Pod is managed by a Deployment, the Deployment creates another Pod
2020
to be scheduled by Kubernetes.
2121

2222
## {{% heading "whatsnext" %}}
23-
- Read [Configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) to learn more about eviction signals, thresholds, and handling.
23+
24+
- Learn how to [configure out of resource handling](/docs/tasks/administer-cluster/out-of-resource/) with eviction signals and thresholds.

0 commit comments

Comments
 (0)