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
374
+
RELEASE_VERSION="v0.16.2"
375
+
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubelet/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
377
+
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf"| sed "s:/usr/bin:${DOWNLOAD_DIR}:g"| sudo tee /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
378
378
```
379
379
380
380
Install `kubectl` by following the instructions on [Install Tools page](/docs/tasks/tools/#kubectl).
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,12 +162,10 @@ Kubeadm deletes the `/etc/kubernetes/bootstrap-kubelet.conf` file after completi
162
162
Note that the kubeadm CLI command never touches this drop-in file.
163
163
164
164
This configuration file installed by the `kubeadm`
165
-
[DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf) or
166
-
[RPM package](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubeadm/10-kubeadm.conf) is written to
165
+
[package](https://github.com/kubernetes/release/blob/cd53840/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf) is written to
167
166
`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf`and is used by systemd.
168
167
It augments the basic
169
-
[`kubelet.service` for RPM](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubelet/kubelet.service) or
170
-
[`kubelet.service` for DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubelet/lib/systemd/system/kubelet.service):
0 commit comments