Commit 9ae35f87 authored by k8s-merge-robot's avatar k8s-merge-robot

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.
parents 21f7d95f 7aa9ef54
...@@ -309,7 +309,7 @@ function start_kubelet { ...@@ -309,7 +309,7 @@ function start_kubelet {
if ! chcon -R system_u:object_r:svirt_sandbox_file_t:s0 /var/lib/kubelet; then 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." echo "Failed to apply selinux label to /var/lib/kubelet."
fi fi
fi fi
fi fi
# Enable dns # Enable dns
if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment