Ubuntu cluster: properly formatting shell scripts

This commit is contained in:
Deyuan Deng
2015-06-23 23:01:59 -04:00
committed by Deyuan Deng
parent 09a274a7a5
commit 6f765708ad
5 changed files with 78 additions and 79 deletions

View File

@@ -28,5 +28,4 @@ if [ "${ENABLE_CLUSTER_DNS}" == true ]; then
# use kubectl to create skydns rc and service
"${KUBE_ROOT}/cluster/kubectl.sh" create -f skydns-rc.yaml
"${KUBE_ROOT}/cluster/kubectl.sh" create -f skydns-svc.yaml
fi