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
The `KubeletConfiguration` allows the user to specify flags such as the cluster DNS IP addresses expressed as
56
56
a list of values to a camelCased key, illustrated by the following example:
57
57
@@ -169,10 +169,15 @@ It augments the basic
169
169
[`kubelet.service` for RPM](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubelet/kubelet.service) or
170
170
[`kubelet.service` for DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubelet/lib/systemd/system/kubelet.service):
171
171
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))
0 commit comments