Skip to content

Commit c685694

Browse files
authored
Merge pull request #24404 from alex-slynko/patch-2
Startup probe is in beta since 1.18
2 parents b04647b + 0c73042 commit c685694

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)