export KUBECONFIG so callers of common.sh functions can use it

This commit is contained in:
Jeff Lowdermilk
2015-04-17 16:22:07 -07:00
parent 95183dde5a
commit 1c265f3784
2 changed files with 3 additions and 4 deletions

View File

@@ -830,7 +830,6 @@ function kube-down {
--quiet \
"${MASTER_NAME}-ip" || true
export KUBECONFIG="${HOME}/.kube/.kubeconfig"
export CONTEXT="${PROJECT}_${INSTANCE_PREFIX}"
clear-kubeconfig
}