Skip to content

Commit 3d392f1

Browse files
Update kubelet-integration.md
1 parent 30abee1 commit 3d392f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,6 @@ Kubeadm deletes the `/etc/kubernetes/bootstrap-kubelet.conf` file after completi
161161
`kubeadm` ships with configuration for how systemd should run the kubelet.
162162
Note that the kubeadm CLI command never touches this drop-in file.
163163

164-
{{< note >}}
165-
The contents below are just an example. If you don't want to use a package manager
166-
follow the guide outlined in the [Without a package manager](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#k8s-install-2))
167-
section.
168-
{{< /note >}}
169-
170164
This configuration file installed by the `kubeadm`
171165
[DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf) or
172166
[RPM package](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubeadm/10-kubeadm.conf) is written to
@@ -175,6 +169,12 @@ It augments the basic
175169
[`kubelet.service` for RPM](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubelet/kubelet.service) or
176170
[`kubelet.service` for DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubelet/lib/systemd/system/kubelet.service):
177171

172+
{{< note >}}
173+
The contents below are just an example. If you don't want to use a package manager
174+
follow the guide outlined in the [Without a package manager](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#k8s-install-2))
175+
section.
176+
{{< /note >}}
177+
178178
```none
179179
[Service]
180180
Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf"

0 commit comments

Comments
 (0)