mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 05:29:28 -02:30
Add CI for 16x ubuntu servers (#6040)
This commit is contained in:
0
tests/files/vagrant_ubuntu18-flannel.rb
Normal file
0
tests/files/vagrant_ubuntu18-flannel.rb
Normal file
6
tests/files/vagrant_ubuntu18-weave-medium.rb
Normal file
6
tests/files/vagrant_ubuntu18-weave-medium.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
$num_instances = 16
|
||||
$vm_memory ||= 1600
|
||||
$os = "ubuntu1804"
|
||||
$network_plugin = "weave"
|
||||
$kube_master_instances = 1
|
||||
$etcd_instances = 1
|
||||
Reference in New Issue
Block a user