Change title to add Startup probe (#16475)
* Change title to add Startup probe * renamed task file to reflect title change * changed intro sentence to add startup probe
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bb21787b7d
commit
99c450f59c
@@ -161,8 +161,8 @@ to stop.
|
|||||||
If your Container usually starts in more than `initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a startup probe that checks the same endpoint as the liveness probe. The default for `periodSeconds` is 30s.
|
If your Container usually starts in more than `initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a startup probe that checks the same endpoint as the liveness probe. The default for `periodSeconds` is 30s.
|
||||||
You should then set its `failureThreshold` high enough to allow the Container to start, without changing the default values of the liveness probe. This helps to protect against deadlocks.
|
You should then set its `failureThreshold` high enough to allow the Container to start, without changing the default values of the liveness probe. This helps to protect against deadlocks.
|
||||||
|
|
||||||
For more information about how to set up a liveness or readiness probe, see
|
For more information about how to set up a liveness, readiness, startup probe, see
|
||||||
[Configure Liveness and Readiness Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/).
|
[Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/).
|
||||||
|
|
||||||
## Pod and Container status
|
## Pod and Container status
|
||||||
|
|
||||||
@@ -397,7 +397,7 @@ spec:
|
|||||||
[attaching handlers to Container lifecycle events](/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/).
|
[attaching handlers to Container lifecycle events](/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/).
|
||||||
|
|
||||||
* Get hands-on experience
|
* Get hands-on experience
|
||||||
[configuring liveness and readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/).
|
[Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/).
|
||||||
|
|
||||||
* Learn more about [Container lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/).
|
* Learn more about [Container lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/).
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: Configure Liveness and Readiness Probes
|
title: Configure Liveness, Readiness and Startup Probes
|
||||||
content_template: templates/task
|
content_template: templates/task
|
||||||
weight: 110
|
weight: 110
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
||||||
This page shows how to configure liveness and readiness probes for Containers.
|
This page shows how to configure liveness, readiness and startup probes for Containers.
|
||||||
|
|
||||||
The [kubelet](/docs/admin/kubelet/) uses liveness probes to know when to
|
The [kubelet](/docs/admin/kubelet/) uses liveness probes to know when to
|
||||||
restart a Container. For example, liveness probes could catch a deadlock,
|
restart a Container. For example, liveness probes could catch a deadlock,
|
||||||
+1
-1
@@ -27,7 +27,7 @@ toc:
|
|||||||
- docs/tasks/inject-data-application/environment-variable-expose-pod-information.md
|
- docs/tasks/inject-data-application/environment-variable-expose-pod-information.md
|
||||||
- docs/tasks/configure-pod-container/configure-service-account.md
|
- docs/tasks/configure-pod-container/configure-service-account.md
|
||||||
- docs/tasks/configure-pod-container/pull-image-private-registry.md
|
- docs/tasks/configure-pod-container/pull-image-private-registry.md
|
||||||
- docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md
|
- docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
|
||||||
- docs/tasks/configure-pod-container/assign-pods-nodes.md
|
- docs/tasks/configure-pod-container/assign-pods-nodes.md
|
||||||
- docs/tasks/configure-pod-container/configure-pod-initialization.md
|
- docs/tasks/configure-pod-container/configure-pod-initialization.md
|
||||||
- docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
|
- docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
|
||||||
|
|||||||
+2
-1
@@ -264,6 +264,7 @@
|
|||||||
/docs/tasks/configure-pod-container/cilium-network-policy/ /docs/tasks/administer-cluster/cilium-network-policy/ 301
|
/docs/tasks/configure-pod-container/cilium-network-policy/ /docs/tasks/administer-cluster/cilium-network-policy/ 301
|
||||||
/docs/tasks/configure-pod-container/communicate-containers-same-pod/ /docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/ 301
|
/docs/tasks/configure-pod-container/communicate-containers-same-pod/ /docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/ 301
|
||||||
/docs/tasks/configure-pod-container/configure-pod-disruption-budget/ /docs/tasks/run-application/configure-pdb/ 301
|
/docs/tasks/configure-pod-container/configure-pod-disruption-budget/ /docs/tasks/run-application/configure-pdb/ 301
|
||||||
|
/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ /docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ 301
|
||||||
/docs/tasks/configure-pod-container/declare-network-policy/ /docs/tasks/administer-cluster/declare-network-policy/ 301
|
/docs/tasks/configure-pod-container/declare-network-policy/ /docs/tasks/administer-cluster/declare-network-policy/ 301
|
||||||
/docs/tasks/configure-pod-container/define-command-argument-container/ /docs/tasks/inject-data-application/define-command-argument-container/ 301
|
/docs/tasks/configure-pod-container/define-command-argument-container/ /docs/tasks/inject-data-application/define-command-argument-container/ 301
|
||||||
/docs/tasks/configure-pod-container/define-environment-variable-container/ /docs/tasks/inject-data-application/define-environment-variable-container/ 301
|
/docs/tasks/configure-pod-container/define-environment-variable-container/ /docs/tasks/inject-data-application/define-environment-variable-container/ 301
|
||||||
@@ -396,7 +397,7 @@
|
|||||||
/docs/user-guide/kubectl/kubectl_*/ /docs/reference/generated/kubectl/kubectl-commands#:splat 301
|
/docs/user-guide/kubectl/kubectl_*/ /docs/reference/generated/kubectl/kubectl-commands#:splat 301
|
||||||
/docs/user-guide/kubectl/v1.6/node_modules/* https://v1-6.docs.kubernetes.io/docs/user-guide/kubectl/v1.6/ 301
|
/docs/user-guide/kubectl/v1.6/node_modules/* https://v1-6.docs.kubernetes.io/docs/user-guide/kubectl/v1.6/ 301
|
||||||
/docs/user-guide/labels/ /docs/concepts/overview/working-with-objects/labels/ 301
|
/docs/user-guide/labels/ /docs/concepts/overview/working-with-objects/labels/ 301
|
||||||
/docs/user-guide/liveness/ /docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ 301
|
/docs/user-guide/liveness/ /docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ 301
|
||||||
/docs/user-guide/load-balancer/ /docs/tasks/access-application-cluster/create-external-load-balancer/ 301
|
/docs/user-guide/load-balancer/ /docs/tasks/access-application-cluster/create-external-load-balancer/ 301
|
||||||
/docs/user-guide/logging/ /docs/concepts/cluster-administration/logging/ 301
|
/docs/user-guide/logging/ /docs/concepts/cluster-administration/logging/ 301
|
||||||
/docs/user-guide/logging/elasticsearch/ /docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/ 301
|
/docs/user-guide/logging/elasticsearch/ /docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/ 301
|
||||||
|
|||||||
Reference in New Issue
Block a user