Skip to content

Commit 4bf6c31

Browse files
authored
remove misleading instructions
There is no need to restart the kubelet as part of configuring kubeadm to set the cgroup driver. At this point in the setup instructions, the kubernetes cluster isn't even up and running yet, as kubeadm init hasn't been run. The previous step even says the kubelet is in a crashloop waiting for kubeadm.
1 parent 2eca0fd commit 4bf6c31

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,6 @@ or `/etc/default/kubelet`(`/etc/sysconfig/kubelet` for RPMs), please remove it a
304304
(stored in `/var/lib/kubelet/config.yaml` by default).
305305
{{< /note >}}
306306

307-
Restarting the kubelet is required:
308-
309-
```bash
310-
sudo systemctl daemon-reload
311-
sudo systemctl restart kubelet
312-
```
313-
314307
The automatic detection of cgroup driver for other container runtimes
315308
like CRI-O and containerd is work in progress.
316309

0 commit comments

Comments
 (0)