summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/k8s-chtest/vars.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/group_vars/k8s-chtest/vars.yml b/inventory/group_vars/k8s-chtest/vars.yml
index 51d6ebf4..00ed923c 100644
--- a/inventory/group_vars/k8s-chtest/vars.yml
+++ b/inventory/group_vars/k8s-chtest/vars.yml
@@ -13,9 +13,11 @@ kubernetes_network_plugin_replaces_kube_proxy: yes
kubernetes:
cluster_name: chtest
- dedicated_controlplane_nodes: yes
+ dedicated_controlplane_nodes: no
api_extra_sans:
- - 192.168.32.20
+ - 192.168.28.21
+ - 192.168.28.22
+ - 192.168.28.29
pod_ip_range: 172.18.0.0/16
pod_ip_range_size: 24