Skip to content

Commit 6123d22

Browse files
committed
adjust docs for pod ready++
1 parent 1ea8f96 commit 6123d22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Note that the information reported as Pod status depends on the current
157157

158158
## Pod readiness gate
159159

160-
{{< feature-state for_k8s_version="v1.11" state="alpha" >}}
160+
{{< feature-state for_k8s_version="v1.12" state="beta" >}}
161161

162162
In order to add extensibility to Pod readiness by enabling the injection of
163163
extra feedbacks or signals into `PodStatus`, Kubernetes 1.11 introduced a
@@ -203,10 +203,12 @@ when both the following statements are true:
203203
To facilitate this change to Pod readiness evaluation, a new Pod condition
204204
`ContainersReady` is introduced to capture the old Pod `Ready` condition.
205205

206-
As an alpha feature, the "Pod Ready++" feature has to be explicitly enabled by
206+
In K8s 1.11, as an alpha feature, the "Pod Ready++" feature has to be explicitly enabled by
207207
setting the `PodReadinessGates` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
208208
to True.
209209

210+
In K8s 1.12, the feature is enabled by default.
211+
210212
## Restart policy
211213

212214
A PodSpec has a `restartPolicy` field with possible values Always, OnFailure,

0 commit comments

Comments
 (0)