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:
Eric Briand
2019-09-23 05:27:22 +02:00
committed by Kubernetes Prow Robot
parent bb21787b7d
commit 99c450f59c
4 changed files with 8 additions and 7 deletions
@@ -1,12 +1,12 @@
---
title: Configure Liveness and Readiness Probes
title: Configure Liveness, Readiness and Startup Probes
content_template: templates/task
weight: 110
---
{{% 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
restart a Container. For example, liveness probes could catch a deadlock,