Update pod-lifecycle.md (#13969)
if "www.example.com/feature-1" is False, the type "Ready" should be False also, like "https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md#pod-readiness" says.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f75913ed04
commit
526e626a14
@@ -209,7 +209,7 @@ spec:
|
|||||||
status:
|
status:
|
||||||
conditions:
|
conditions:
|
||||||
- type: Ready # this is a builtin PodCondition
|
- type: Ready # this is a builtin PodCondition
|
||||||
status: "True"
|
status: "False"
|
||||||
lastProbeTime: null
|
lastProbeTime: null
|
||||||
lastTransitionTime: 2018-01-01T00:00:00Z
|
lastTransitionTime: 2018-01-01T00:00:00Z
|
||||||
- type: "www.example.com/feature-1" # an extra PodCondition
|
- type: "www.example.com/feature-1" # an extra PodCondition
|
||||||
|
|||||||
Reference in New Issue
Block a user