mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 01:17:39 -02:30
Add Vagrant CI (#5487)
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -43,7 +43,7 @@ $vm_memory ||= 2048
|
||||
$vm_cpus ||= 1
|
||||
$shared_folders ||= {}
|
||||
$forwarded_ports ||= {}
|
||||
$subnet ||= "172.17.8"
|
||||
$subnet ||= "172.18.8"
|
||||
$os ||= "ubuntu1804"
|
||||
$network_plugin ||= "flannel"
|
||||
# Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni
|
||||
|
||||
Reference in New Issue
Block a user