delete the question mark
1. add "been" right before restarted. 2. delete the question mark at the end of the sentence.pull/1989/head
parent
d6008cff5e
commit
030e6f230c
|
@ -108,7 +108,7 @@ The container state is one of Waiting, Running, or Terminated. Depending on the
|
|||
|
||||
Ready tells you whether the container passed its last readiness probe. (In this case, the container does not have a readiness probe configured; the container is assumed to be ready if no readiness probe is configured.)
|
||||
|
||||
Restart Count tells you how many times the container has restarted; this information can be useful for detecting crash loops in containers that are configured with a restart policy of 'always.'?
|
||||
Restart Count tells you how many times the container has been restarted; this information can be useful for detecting crash loops in containers that are configured with a restart policy of 'always.'
|
||||
|
||||
Currently the only Condition associated with a Pod is the binary Ready condition, which indicates that the pod is able to service requests and should be added to the load balancing pools of all matching services.
|
||||
|
||||
|
|
Loading…
Reference in New Issue