Merge pull request #23332 from matthyx/master

Promote startupProbe to GA in 1.20
This commit is contained in:
Kubernetes Prow Robot
2020-10-09 21:48:47 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
@@ -314,7 +314,7 @@ to stop.
### When should you use a startup probe?
{{< feature-state for_k8s_version="v1.16" state="alpha" >}}
{{< feature-state for_k8s_version="v1.20" state="stable" >}}
Startup probes are useful for Pods that have containers that take a long time to
come into service. Rather than set a long liveness interval, you can configure