config.rb 264 B

123456789
  1. $os = "centos"
  2. $box = "centos/7"
  3. $num_instances = 9
  4. $kube_node_instances = $num_instances
  5. $etcd_instances = 1
  6. $kube_master_instances = 1
  7. $kube_node_instances_with_disks = true
  8. $kube_node_instances_with_disks_size = "20G"
  9. $kube_node_instances_with_disks_number = 2