Commit 789fd731 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21686 from justinsb/aws_kubeup_build_config_early

Auto commit by PR queue bot
parents 8afccef6 050863cf
......@@ -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
......
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