Skip to content

Commit 932a19e

Browse files
author
ZhiFeng1993
committed
Fix journalctl command on kubeadmin page
1 parent 71736e8 commit 932a19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ sudo kubeadm reset
131131
Inspecting the logs for docker may also be useful:
132132

133133
```sh
134-
journalctl -ul docker
134+
journalctl -u docker
135135
```
136136

137137
## Pods in `RunContainerError`, `CrashLoopBackOff` or `Error` state

0 commit comments

Comments
 (0)