delete the question mark

1. add "been" right before restarted.
2. delete the question mark at the end of the sentence.
pull/1989/head
Drinky Pool 2016-12-19 16:57:08 +08:00 committed by GitHub
parent d6008cff5e
commit 030e6f230c
1 changed files with 1 additions and 1 deletions

View File

@ -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.