Commit 5d0291ae authored by Brendan Burns's avatar Brendan Burns

Fix kubecfg.sh

parent 74a7179e
...@@ -26,5 +26,6 @@ if [ ! -x $CLOUDCFG ]; then ...@@ -26,5 +26,6 @@ if [ ! -x $CLOUDCFG ]; then
fi fi
detect-master > /dev/null detect-master > /dev/null
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
$CLOUDCFG $@ $CLOUDCFG $@
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