You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
388 B

  1. $num_instances = 2
  2. $vm_memory ||= 2048
  3. $os = "ubuntu2004"
  4. $kube_master_instances = 1
  5. $etcd_instances = 1
  6. # For CI we are not worried about data persistence across reboot
  7. $libvirt_volume_cache = "unsafe"
  8. # Checking for box update can trigger API rate limiting
  9. # https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
  10. $box_check_update = false
  11. $network_plugin = "kube-router"