cleanup /docs/concepts/workloads/pods/pod-lifecycle/ (#19009)

This commit is contained in:
Naoki Oketani
2020-02-09 04:49:53 +09:00
committed by GitHub
parent b70d434b36
commit c9aace3c09
@@ -253,12 +253,6 @@ when both the following statements are true:
To facilitate this change to Pod readiness evaluation, a new Pod condition To facilitate this change to Pod readiness evaluation, a new Pod condition
`ContainersReady` is introduced to capture the old Pod `Ready` condition. `ContainersReady` is introduced to capture the old Pod `Ready` condition.
In K8s 1.11, as an alpha feature, the "Pod Ready++" feature has to be explicitly enabled by
setting the `PodReadinessGates` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
to true.
In K8s 1.12, the feature is enabled by default.
## Restart policy ## Restart policy
A PodSpec has a `restartPolicy` field with possible values Always, OnFailure, A PodSpec has a `restartPolicy` field with possible values Always, OnFailure,