Skip to content

Commit 681e415

Browse files
authored
Merge pull request #42547 from rphillips/bump_termination_grace_period
change terminationGracePeriodSeconds for pods to 1.28
2 parents 734ebfb + 61621b6 commit 681e415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ to resolve it.
516516

517517
### Probe-level `terminationGracePeriodSeconds`
518518

519-
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
519+
{{< feature-state for_k8s_version="v1.28" state="stable" >}}
520520

521521
Prior to release 1.21, the Pod-level `terminationGracePeriodSeconds` was used
522522
for terminating a container that failed its liveness or startup probe. This

0 commit comments

Comments
 (0)