Respond to reviewer comments

This commit is contained in:
Andrew Z Allen 2018-02-12 14:28:12 -07:00 committed by GitHub
parent bb5cfa8d55
commit d8eb6c1c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,12 +104,13 @@ var (
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally a service may not have come up in docker. If that's the case, you can enumerate all docker
containers that have been started (including ones that have crashed and exited) by running the following commands:
Additionally a control plane component may not have come up in docker. If that's the case, you can enumerate
all docker containers that have been started (including ones that have crashed and exited) by running the
following commands:
- 'docker ps -a'
Once you have that list, you can inspect the logs for any job with:
- 'docker logs $INSTANCEID'
Once you have that list, you can inspect the logs for any pod with:
- 'docker logs $CONTAINERID'
`)))
)