Skip to content

Commit 2fe9604

Browse files
authored
Merge pull request #21869 from oomichi/nit-nodeRegistration
nit: Add a space on comment of kubelet systemd
2 parents 4a449ea + f967be8 commit 2fe9604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -173,7 +173,7 @@ Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
173173
the KUBELET_KUBEADM_ARGS variable dynamically
174174
EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env
175175
# This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably,
176-
#the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
176+
# the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
177177
# KUBELET_EXTRA_ARGS should be sourced from this file.
178178
EnvironmentFile=-/etc/default/kubelet
179179
ExecStart=

content/fr/docs/setup/independent/kubelet-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
174174
the KUBELET_KUBEADM_ARGS variable dynamically
175175
EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env
176176
# This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably,
177-
#the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
177+
# the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
178178
# KUBELET_EXTRA_ARGS should be sourced from this file.
179179
EnvironmentFile=-/etc/default/kubelet
180180
ExecStart=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml"
167167
the KUBELET_KUBEADM_ARGS variable dynamically
168168
EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env
169169
# This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably,
170-
#the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
170+
# the user should use the .NodeRegistration.KubeletExtraArgs object in the configuration files instead.
171171
# KUBELET_EXTRA_ARGS should be sourced from this file.
172172
EnvironmentFile=-/etc/default/kubelet
173173
ExecStart=

0 commit comments

Comments
 (0)