mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #21686 from justinsb/aws_kubeup_build_config_early
Auto commit by PR queue bot
This commit is contained in:
commit
789fd731d2
@ -937,15 +937,15 @@ function kube-up {
|
|||||||
# Create the master
|
# Create the master
|
||||||
start-master
|
start-master
|
||||||
|
|
||||||
|
# Build ~/.kube/config
|
||||||
|
build-config
|
||||||
|
|
||||||
# Start minions
|
# Start minions
|
||||||
start-minions
|
start-minions
|
||||||
wait-minions
|
wait-minions
|
||||||
|
|
||||||
# Wait for the master to be ready
|
# Wait for the master to be ready
|
||||||
wait-master
|
wait-master
|
||||||
|
|
||||||
# Build ~/.kube/config
|
|
||||||
build-config
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check the cluster is OK
|
# Check the cluster is OK
|
||||||
|
Loading…
Reference in New Issue
Block a user