Skip to content

Commit 0c73042

Browse files
authored
Startup probe is in beta since 1.18
1 parent 2dcd180 commit 0c73042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ to stop.
314314

315315
### When should you use a startup probe?
316316

317-
{{< feature-state for_k8s_version="v1.16" state="alpha" >}}
317+
{{< feature-state for_k8s_version="v1.18" state="beta" >}}
318318

319319
Startup probes are useful for Pods that have containers that take a long time to
320320
come into service. Rather than set a long liveness interval, you can configure

0 commit comments

Comments
 (0)