From 67a0ef373dd39b7a941ccee52266826c80ac51f4 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 14 Jul 2019 13:48:20 +0200 Subject: [PATCH] very minor grammar fix in 10-kubeadm.conf ('generate' instead of 'generates') --- build/debs/10-kubeadm.conf | 2 +- build/rpms/10-kubeadm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debs/10-kubeadm.conf b/build/debs/10-kubeadm.conf index bd1b077f399..dce41fdd65d 100644 --- a/build/debs/10-kubeadm.conf +++ b/build/debs/10-kubeadm.conf @@ -2,7 +2,7 @@ [Service] Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf" Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml" -# This is a file that "kubeadm init" and "kubeadm join" generates at runtime, populating the KUBELET_KUBEADM_ARGS variable dynamically +# This is a file that "kubeadm init" and "kubeadm join" generate at runtime, populating the KUBELET_KUBEADM_ARGS variable dynamically EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env # This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably, the user should use # the .NodeRegistration.KubeletExtraArgs object in the configuration files instead. KUBELET_EXTRA_ARGS should be sourced from this file. diff --git a/build/rpms/10-kubeadm.conf b/build/rpms/10-kubeadm.conf index 19475e59ac9..7d8e327f4cb 100644 --- a/build/rpms/10-kubeadm.conf +++ b/build/rpms/10-kubeadm.conf @@ -2,7 +2,7 @@ [Service] Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf" Environment="KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml" -# This is a file that "kubeadm init" and "kubeadm join" generates at runtime, populating the KUBELET_KUBEADM_ARGS variable dynamically +# This is a file that "kubeadm init" and "kubeadm join" generate at runtime, populating the KUBELET_KUBEADM_ARGS variable dynamically EnvironmentFile=-/var/lib/kubelet/kubeadm-flags.env # This is a file that the user can use for overrides of the kubelet args as a last resort. Preferably, the user should use # the .NodeRegistration.KubeletExtraArgs object in the configuration files instead. KUBELET_EXTRA_ARGS should be sourced from this file.