Startup probe is in beta since 1.18

This commit is contained in:
Oleksandr Slynko
2020-10-07 10:23:58 +01:00
committed by GitHub
parent 2dcd180b10
commit 0c730420e7
@@ -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