Merge pull request #21686 from justinsb/aws_kubeup_build_config_early

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-22 16:16:53 -08:00
commit 789fd731d2

View File

@ -937,15 +937,15 @@ function kube-up {
# Create the master
start-master
# Build ~/.kube/config
build-config
# Start minions
start-minions
wait-minions
# Wait for the master to be ready
wait-master
# Build ~/.kube/config
build-config
fi
# Check the cluster is OK