Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh

This commit is contained in:
Jeff Lowdermilk
2015-06-03 16:54:56 -07:00
parent 27704beae5
commit 47901b7edd
4 changed files with 9 additions and 10 deletions

View File

@@ -57,6 +57,9 @@ function kube-up() {
sleep-status
detect-master
detect-minions
export KUBE_MASTER_IP="${KUBE_MASTER_IP}:8080"
export CONTEXT="juju"
}
function kube-down() {