mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Respond to reviewer comments
This commit is contained in:
parent
bb5cfa8d55
commit
d8eb6c1c73
@ -104,12 +104,13 @@ var (
|
|||||||
- 'systemctl status kubelet'
|
- 'systemctl status kubelet'
|
||||||
- 'journalctl -xeu kubelet'
|
- 'journalctl -xeu kubelet'
|
||||||
|
|
||||||
Additionally a service may not have come up in docker. If that's the case, you can enumerate all docker
|
Additionally a control plane component may not have come up in docker. If that's the case, you can enumerate
|
||||||
containers that have been started (including ones that have crashed and exited) by running the following commands:
|
all docker containers that have been started (including ones that have crashed and exited) by running the
|
||||||
|
following commands:
|
||||||
- 'docker ps -a'
|
- 'docker ps -a'
|
||||||
|
|
||||||
Once you have that list, you can inspect the logs for any job with:
|
Once you have that list, you can inspect the logs for any pod with:
|
||||||
- 'docker logs $INSTANCEID'
|
- 'docker logs $CONTAINERID'
|
||||||
`)))
|
`)))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user