You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/kubepkg/templates/latest/deb/kubelet/lib/systemd/system/kubelet.service"| sed "s:/usr/bin:${DOWNLOAD_DIR}:g"| sudo tee /etc/systemd/system/kubelet.service
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf"| sed "s:/usr/bin:${DOWNLOAD_DIR}:g"| sudo tee /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
466
-
467
-
curl -sSL "https://raw.githubusercontent.com/kubernetes/kubernetes/${RELEASE}/build/debs/kubelet.service"| sed "s:/usr/bin:/opt/bin:g"> /etc/systemd/system/kubelet.service
468
-
mkdir -p /etc/systemd/system/kubelet.service.d
469
-
curl -sSL "https://raw.githubusercontent.com/kubernetes/kubernetes/${RELEASE}/build/debs/10-kubeadm.conf"| sed "s:/usr/bin:/opt/bin:g"> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
470
465
```
471
466
472
467
<!--
@@ -522,13 +517,14 @@ cgroupDriver: <value>
522
517
```
523
518
524
519
<!--
525
-
For further details, please read [Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file).
520
+
For further details, please read [Using kubeadm init with a configuration file](/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file)
521
+
and the [`KubeletConfiguration` reference](/docs/reference/config-api/kubelet-config.v1beta1/)
526
522
527
523
Please mind, that you **only** have to do that if the cgroup driver of your CRI
528
524
is not `cgroupfs`, because that is the default value in the kubelet already.
0 commit comments