mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #15780 from cheld/fix-vagrant-up
disabled parallel provisioning in vagrant
This commit is contained in:
commit
cce7635b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ function kube-up {
|
|||
get-tokens
|
||||
create-provision-scripts
|
||||
|
||||
vagrant up
|
||||
vagrant up --no-parallel
|
||||
|
||||
export KUBE_CERT="/tmp/$RANDOM-kubecfg.crt"
|
||||
export KUBE_KEY="/tmp/$RANDOM-kubecfg.key"
|
||||
|
|
|
|||
Loading…
Reference in a new issue