Merge pull request #23774 from cjdrake/master

Automatic merge from submit-queue

Replace tab with eight spaces

This file only uses spaces for indentation, and my text editor highlighted the one tab.
This commit is contained in:
k8s-merge-robot 2016-04-19 03:47:06 -07:00
commit 9ae35f875d

View File

@ -309,7 +309,7 @@ function start_kubelet {
if ! chcon -R system_u:object_r:svirt_sandbox_file_t:s0 /var/lib/kubelet; then
echo "Failed to apply selinux label to /var/lib/kubelet."
fi
fi
fi
fi
# Enable dns
if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then