Resolve Vagrant etcd unhealthy cluster error (#6630)

This commit is contained in:
Barry Melbourne 2020-09-07 20:09:41 +01:00 committed by GitHub
parent 2de6a5676d
commit 597c810ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View file

@ -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"