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
Some hosts require specific kubelet configurations, due to differences in hardware, operating system,
70
+
Some hosts require specific kubelet configurations due to differences in hardware, operating system,
71
71
networking, or other host-specific parameters. The following list provides a few examples.
72
72
73
73
- The path to the DNS resolution file, as specified by the `--resolv-conf` kubelet
@@ -79,7 +79,7 @@ networking, or other host-specific parameters. The following list provides a few
79
79
unless you are using a cloud provider. You can use the `--hostname-override` flag to override the
80
80
default behavior if you need to specify a Node name different from the machine's hostname.
81
81
82
-
- Currently, the kubelet cannot automatically detects the cgroup driver used by the CRI runtime,
82
+
- Currently, the kubelet cannot automatically detect the cgroup driver used by the CRI runtime,
83
83
but the value of `--cgroup-driver` must match the cgroup driver used by the CRI runtime to ensure
84
84
the health of the kubelet.
85
85
@@ -107,7 +107,7 @@ for more information on the individual fields.
107
107
108
108
When you call `kubeadm init`, the kubelet configuration is marshalled to disk
109
109
at `/var/lib/kubelet/config.yaml`, and also uploaded to a ConfigMap in the cluster. The ConfigMap
110
-
is named `kubelet-config-1.X`, where `.X` is the minor version of the Kubernetes version you are
110
+
is named `kubelet-config-1.X`, where `X` is the minor version of the Kubernetes version you are
111
111
initializing. A kubelet configuration file is also written to `/etc/kubernetes/kubelet.conf` with the
112
112
baseline cluster-wide configuration for all kubelets in the cluster. This configuration file
113
113
points to the client certificates that allow the kubelet to communicate with the API server. This
@@ -157,12 +157,12 @@ has finished performing the TLS Bootstrap.
157
157
158
158
## The kubelet drop-in file for systemd
159
159
160
-
kubeadm ships with configuration for how systemd should run the kubelet.
160
+
`kubeadm`ships with configuration for how systemd should run the kubelet.
161
161
Note that the kubeadm CLI command never touches this drop-in file.
162
162
163
-
This configuration file installed by the `kubeadm` [DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/10-kubeadm.conf) or [RPM package](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/10-kubeadm.conf) is written to
163
+
This configuration file installed by the `kubeadm` [DEB](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf) or [RPM package](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubeadm/10-kubeadm.conf) is written to
164
164
`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf`and is used by systemd.
165
-
It augments the basic [`kubelet.service` for RPM](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/kubelet.service) (resp. [`kubelet.service` for DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/kubelet.service))):
165
+
It augments the basic [`kubelet.service` for RPM](https://github.com/kubernetes/release/blob/master/cmd/kubepkg/templates/latest/rpm/kubelet/kubelet.service) or [`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