Fix journalctl command on kubeadmin page
parent
71736e8657
commit
932a19e23d
|
|
@ -131,7 +131,7 @@ sudo kubeadm reset
|
|||
Inspecting the logs for docker may also be useful:
|
||||
|
||||
```sh
|
||||
journalctl -ul docker
|
||||
journalctl -u docker
|
||||
```
|
||||
|
||||
## Pods in `RunContainerError`, `CrashLoopBackOff` or `Error` state
|
||||
|
|
|
|||
Loading…
Reference in New Issue