Update pod ready++ link (#11525)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
218be4010f
commit
11ab628259
@@ -161,7 +161,7 @@ Note that the information reported as Pod status depends on the current
|
|||||||
|
|
||||||
In order to add extensibility to Pod readiness by enabling the injection of
|
In order to add extensibility to Pod readiness by enabling the injection of
|
||||||
extra feedbacks or signals into `PodStatus`, Kubernetes 1.11 introduced a
|
extra feedbacks or signals into `PodStatus`, Kubernetes 1.11 introduced a
|
||||||
feature named [Pod ready++](https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md).
|
feature named [Pod ready++](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md).
|
||||||
You can use the new field `ReadinessGate` in the `PodSpec` to specify additional
|
You can use the new field `ReadinessGate` in the `PodSpec` to specify additional
|
||||||
conditions to be evaluated for Pod readiness. If Kubernetes cannot find such a
|
conditions to be evaluated for Pod readiness. If Kubernetes cannot find such a
|
||||||
condition in the `status.conditions` field of a Pod, the status of the condition
|
condition in the `status.conditions` field of a Pod, the status of the condition
|
||||||
|
|||||||
Reference in New Issue
Block a user