Merge pull request #21603 from pranavbmcloud/patch-1

Redundant "Below is an example:" sentence
This commit is contained in:
Kubernetes Prow Robot 2020-06-10 11:46:52 -07:00 committed by GitHub
commit a8a5a5ac32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ a list of additional conditions that the kubelet evaluates for Pod readiness.
Readiness gates are determined by the current state of `status.condition`
fields for the Pod. If Kubernetes cannot find such a
condition in the `status.conditions` field of a Pod, the status of the condition
is defaulted to "`False`". Below is an example:
is defaulted to "`False`".
Here is an example: