Skip to content

Commit

Permalink
Merge pull request #1989 from tianshapjq/patch-1
Browse files Browse the repository at this point in the history
delete the question mark
  • Loading branch information
janetkuo authored Dec 19, 2016
2 parents d6008cf + 030e6f2 commit 16d844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/introspection-and-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 16d844b

Please sign in to comment.