Skip to content

Commit 49ac273

Browse files
authored
Merge pull request #21781 from ZhiFeng1993/Fix-journalctl-cmd-on-kubeadmin-page
Fix journalctl command on kubeadmin page
2 parents f95b714 + 932a19e commit 49ac273

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)