Skip to content

Commit 59689b8

Browse files
Update kubelet-integration.md
1 parent c22571a commit 59689b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ by the kubelet, using the `--cluster-dns` flag. This setting needs to be the sam
5151
on every manager and Node in the cluster. The kubelet provides a versioned, structured API object
5252
that can configure most parameters in the kubelet and push out this configuration to each running
5353
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/).
5555
The `KubeletConfiguration` allows the user to specify flags such as the cluster DNS IP addresses expressed as
5656
a list of values to a camelCased key, illustrated by the following example:
5757

@@ -171,8 +171,7 @@ It augments the basic
171171

172172
```none
173173
[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"
176175
Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
177176
# This is a file that "kubeadm init" and "kubeadm join" generate at runtime, populating
178177
the KUBELET_KUBEADM_ARGS variable dynamically
@@ -206,5 +205,3 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
206205
| `kubelet` | Installs the kubelet binary in `/usr/bin` and CNI binaries in `/opt/cni/bin`. |
207206
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
208207
| `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

Comments
 (0)