From 597c810ef01025322f23dbb9d158b7d3494df1c6 Mon Sep 17 00:00:00 2001 From: Barry Melbourne <9964974+bmelbourne@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:09:41 +0100 Subject: [PATCH] Resolve Vagrant etcd unhealthy cluster error (#6630) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 094295d58..fd3bc5322 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -43,7 +43,7 @@ $num_instances ||= 3 $instance_name_prefix ||= "k8s" $vm_gui ||= false $vm_memory ||= 2048 -$vm_cpus ||= 1 +$vm_cpus ||= 2 $shared_folders ||= {} $forwarded_ports ||= {} $subnet ||= "172.18.8"