From 56d4657561a817d717395b8e1047dfa0ae352292 Mon Sep 17 00:00:00 2001 From: Chulmin Kang Date: Mon, 20 Nov 2017 22:29:48 +0900 Subject: [PATCH] Fix a typo in the comment in kubelet-container set 'to_this' one --> set to 'this_one' TrivialFix Change-Id: Icb6946d36a37c91a87a922320f1388f3c53c6c59 --- tools/kubeadm-aio/assets/etc/kubelet-container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kubeadm-aio/assets/etc/kubelet-container b/tools/kubeadm-aio/assets/etc/kubelet-container index 557545e4e9..e5262a56e3 100644 --- a/tools/kubeadm-aio/assets/etc/kubelet-container +++ b/tools/kubeadm-aio/assets/etc/kubelet-container @@ -1,3 +1,3 @@ -# If KUBELET_CONTAINER is set 'to_this' one we will not attempt to launch a new +# If KUBELET_CONTAINER is set to 'this_one' we will not attempt to launch a new # container for the kubelet process, otherwise use the image tag specified KUBELET_CONTAINER=this_one