mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
vagrant: allow to config vagrant with separate etcd (#12045)
This should help test separate etcd configuration locally more easily.
This commit is contained in:
@@ -2,7 +2,7 @@ $num_instances = 2
|
||||
$vm_memory ||= 2048
|
||||
$os = "fedora39"
|
||||
|
||||
$kube_master_instances = 1
|
||||
$control_plane_instances = 1
|
||||
$etcd_instances = 1
|
||||
|
||||
# For CI we are not worried about data persistence across reboot
|
||||
|
||||
@@ -2,7 +2,7 @@ $num_instances = 2
|
||||
$vm_memory ||= 2048
|
||||
$os = "ubuntu2004"
|
||||
|
||||
$kube_master_instances = 1
|
||||
$control_plane_instances = 1
|
||||
$etcd_instances = 1
|
||||
|
||||
# For CI we are not worried about data persistence across reboot
|
||||
|
||||
Reference in New Issue
Block a user