Update debug-application-introspection.md

add "." to sentence.
pull/4939/merge
Anthony 2017-08-15 20:41:21 +08:00 committed by Andrew Chen
parent 408d8d610e
commit ee090c8621
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Events:
53s 53s 1 {kubelet kubernetes-node-wul5} spec.containers{nginx} Normal Started Started container with docker id 90315cc9f513
```
Here you can see configuration information about the container(s) and Pod (labels, resource requirements, etc.), as well as status information about the container(s) and Pod (state, readiness, restart count, events, etc.)
Here you can see configuration information about the container(s) and Pod (labels, resource requirements, etc.), as well as status information about the container(s) and Pod (state, readiness, restart count, events, etc.).
The container state is one of Waiting, Running, or Terminated. Depending on the state, additional information will be provided -- here you can see that for a container in Running state, the system tells you when the container started.