File tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/workloads/pods
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Note that the information reported as Pod status depends on the current
157
157
158
158
## Pod readiness gate
159
159
160
- {{< feature-state for_k8s_version="v1.11 " state="alpha " >}}
160
+ {{< feature-state for_k8s_version="v1.12 " state="beta " >}}
161
161
162
162
In order to add extensibility to Pod readiness by enabling the injection of
163
163
extra feedbacks or signals into ` PodStatus ` , Kubernetes 1.11 introduced a
@@ -203,10 +203,12 @@ when both the following statements are true:
203
203
To facilitate this change to Pod readiness evaluation, a new Pod condition
204
204
` ContainersReady ` is introduced to capture the old Pod ` Ready ` condition.
205
205
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
207
207
setting the ` PodReadinessGates ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
208
208
to True.
209
209
210
+ In K8s 1.12, the feature is enabled by default.
211
+
210
212
## Restart policy
211
213
212
214
A PodSpec has a ` restartPolicy ` field with possible values Always, OnFailure,
You can’t perform that action at this time.
0 commit comments