Skip to content

Commit 1bbb3a6

Browse files
authored
Merge pull request #37411 from dminGod/patch-2
Fix incorrect comment in sample systemd unit file
2 parents fc391fa + 90f4690 commit 1bbb3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ section.
180180
Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf"
181181
Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
182182
# This is a file that "kubeadm init" and "kubeadm join" generate at runtime, populating
183-
the KUBELET_KUBEADM_ARGS variable dynamically
183+
# the KUBELET_KUBEADM_ARGS variable dynamically
184184
EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env
185185
# This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably,
186186
# the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.

0 commit comments

Comments
 (0)