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

@@ -346,11 +346,14 @@ function kube-up {
}
((ii=ii+1))
done
wait
verify-cluster
detect-master
export KUBE_MASTER_IP="${KUBE_MASTER_IP}:8080"
export CONTEXT="ubuntu"
create-kubeconfig
}
function provision-master() {