Browse Source

Resolve Vagrant etcd unhealthy cluster error (#6630)

pull/6580/head
Barry Melbourne 4 years ago
committed by GitHub
parent
commit
597c810ef0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

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

Loading…
Cancel
Save