Skip to content

Commit 226abdf

Browse files
authored
Merge pull request #32666 from sftim/20220330_fixup_cri-dockerd_task
Fixup incorrect systemctl command
2 parents 2258bc2 + 3cb2b0c commit 226abdf

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)