Fixup incorrect systemctl command

The subcommand for restart is "restart"
This commit is contained in:
Tim Bannister
2022-03-30 22:26:12 +01:00
parent 994f5c5a48
commit 3cb2b0cb14
@@ -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