Fix kubecfg.sh

This commit is contained in:
Brendan Burns 2014-08-12 16:46:34 -07:00
parent 74a7179e2e
commit 5d0291ae0e

View File

@ -26,5 +26,6 @@ if [ ! -x $CLOUDCFG ]; then
fi
detect-master > /dev/null
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
$CLOUDCFG $@