From 3cb2b0cb141242c604a93004ad00caa1f17dbc02 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 30 Mar 2022 22:26:12 +0100 Subject: [PATCH] Fixup incorrect systemctl command The subcommand for restart is "restart" --- .../migrating-from-dockershim/migrate-dockershim-dockerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md index 2660644a6d..9593a1134a 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md @@ -93,7 +93,7 @@ in the control plane. To modify this socket for each affected node: ## Restart the kubelet ```shell -systemctl start kubelet +systemctl restart kubelet ``` ## Verify that the node is healthy