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
465
-
466
-
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
467
-
mkdir -p /etc/systemd/system/kubelet.service.d
468
-
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
469
465
```
470
466
471
467
<!--
@@ -527,7 +523,7 @@ Please mind, that you **only** have to do that if the cgroup driver of your CRI
527
523
is not `cgroupfs`, because that is the default value in the kubelet already.
0 commit comments