Add sudo when running systemctl

For someone following the guide to setup a cluster, sudo is being used in the initial commands, I think it would great to carry this on till the last commands.
This commit is contained in:
m0freak
2020-12-08 17:39:09 +03:00
committed by GitHub
parent b905af1f34
commit 5f6b3af864
@@ -307,8 +307,8 @@ or `/etc/default/kubelet`(`/etc/sysconfig/kubelet` for RPMs), please remove it a
Restarting the kubelet is required:
```bash
systemctl daemon-reload
systemctl restart kubelet
sudo systemctl daemon-reload
sudo systemctl restart kubelet
```
The automatic detection of cgroup driver for other container runtimes