Skip to content

Commit 3898006

Browse files
authored
Merge pull request #22032 from shuuji3/21964-fix-link-to-api-core-handler
Fix the link to `type Handler` on concepts/workloads/pods/pod-lifecycle/
2 parents bf05a7c + 390bbf0 commit 3898006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A [Probe](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prob
7777
performed periodically by the [kubelet](/docs/admin/kubelet/)
7878
on a Container. To perform a diagnostic,
7979
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
8181
the Container. There are three types of handlers:
8282

8383
* [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.
281281
In general, Pods remain until a human or
282282
{{< glossary_tooltip term_id="controller" text="controller" >}} process
283283
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
285285
`Failed`), when the number of Pods exceeds the configured threshold
286286
(determined by `terminated-pod-gc-threshold` in the kube-controller-manager).
287287
This avoids a resource leak as Pods are created and terminated over time.
@@ -407,4 +407,3 @@ spec:
407407

408408

409409

410-

0 commit comments

Comments
 (0)