Skip to content

Commit 3cb2b0c

Browse files
author
Tim Bannister
committed
Fixup incorrect systemctl command
The subcommand for restart is "restart"
1 parent 994f5c5 commit 3cb2b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ in the control plane. To modify this socket for each affected node:
9393
## Restart the kubelet
9494
9595
```shell
96-
systemctl start kubelet
96+
systemctl restart kubelet
9797
```
9898
9999
## Verify that the node is healthy

0 commit comments

Comments
 (0)