Skip to content

Commit

Permalink
Resolve Vagrant etcd unhealthy cluster error (#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmelbourne authored Sep 7, 2020
1 parent 2de6a56 commit 597c810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 597c810

Please sign in to comment.