@@ -51,7 +51,7 @@ by the kubelet, using the `--cluster-dns` flag. This setting needs to be the sam
51
51
on every manager and Node in the cluster. The kubelet provides a versioned, structured API object
52
52
that can configure most parameters in the kubelet and push out this configuration to each running
53
53
kubelet in the cluster. This object is called
54
- [ ` KubeletConfiguration ` ] ( /docs/reference/config-api/kubelet-config.v1beta1/ ) .
54
+ [ ` KubeletConfiguration ` ] ( /docs/reference/config-api/kubelet-config.v1beta1/ ) .
55
55
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
@@ -171,8 +171,7 @@ It augments the basic
171
171
172
172
` ` ` none
173
173
[Service]
174
- Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf
175
- --kubeconfig=/etc/kubernetes/kubelet.conf"
174
+ Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf"
176
175
Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
177
176
# This is a file that "kubeadm init" and "kubeadm join" generate at runtime, populating
178
177
the KUBELET_KUBEADM_ARGS variable dynamically
@@ -206,5 +205,3 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
206
205
| `kubelet` | Installs the kubelet binary in `/usr/bin` and CNI binaries in `/opt/cni/bin`. |
207
206
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
208
207
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-sigs/cri-tools). |
209
-
210
-
0 commit comments