Promote startupProbe to GA in 1.20

This commit is contained in:
Matthias Bertschy
2020-10-07 08:39:48 +02:00
parent 5e7cb3f9ca
commit 096499936e
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