Merge pull request #24404 from alex-slynko/patch-2

Startup probe is in beta since 1.18
This commit is contained in:
Kubernetes Prow Robot
2020-10-07 10:58:16 -07:00
committed by GitHub
@@ -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.18" state="beta" >}}
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