Skip to content

Commit 90f4690

Browse files
authored
Comment in the file not commented with #
A comment in the service file was missing a leading # -- when copied and pasted people would not realize and the service fails to start with an error. Added a # to comment out the line.
1 parent 5836475 commit 90f4690

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)