File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ A [Probe](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prob
77
77
performed periodically by the [ kubelet] ( /docs/admin/kubelet/ )
78
78
on a Container. To perform a diagnostic,
79
79
the kubelet calls a
80
- [ Handler] ( https://godoc.org/k8s.io /kubernetes/pkg/ api/v1#Handler ) implemented by
80
+ [ Handler] (/docs/reference/generated /kubernetes- api/{{< param "version" >}}/#handler-v1-core ) implemented by
81
81
the Container. There are three types of handlers:
82
82
83
83
* [ ExecAction] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#execaction-v1-core):
@@ -281,7 +281,7 @@ once bound to a node, a Pod will never be rebound to another node.
281
281
In general, Pods remain until a human or
282
282
{{< glossary_tooltip term_id="controller" text="controller" >}} process
283
283
explicitly removes them.
284
- The control plane cleans up terminated Pods (with a phase of ` Succeeded ` or
284
+ The control plane cleans up terminated Pods (with a phase of ` Succeeded ` or
285
285
` Failed ` ), when the number of Pods exceeds the configured threshold
286
286
(determined by ` terminated-pod-gc-threshold ` in the kube-controller-manager).
287
287
This avoids a resource leak as Pods are created and terminated over time.
@@ -407,4 +407,3 @@ spec:
407
407
408
408
409
409
410
-
You can’t perform that action at this time.
0 commit comments