Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

vagrant_ubuntu20-kube-router-sep.rb

Blame
  • vagrant_ubuntu20-kube-router-sep.rb 388 B
    $num_instances = 2
    $vm_memory ||= 2048
    $os = "ubuntu2004"
    
    $kube_master_instances = 1
    $etcd_instances = 1
    
    # For CI we are not worried about data persistence across reboot
    $libvirt_volume_cache = "unsafe"
    
    # Checking for box update can trigger API rate limiting
    # https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
    $box_check_update = false
    
    $network_plugin = "kube-router"