Fix a typo in the comment in kubelet-container

set 'to_this' one --> set to 'this_one'

TrivialFix

Change-Id: Icb6946d36a37c91a87a922320f1388f3c53c6c59
This commit is contained in:
Chulmin Kang 2017-11-20 22:29:48 +09:00
parent ac100bca35
commit 56d4657561

View File

@ -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