commit | 8ab16ee504dbd76ab59bc01c2bc4fc9a1496412f | [log] [tgz] |
---|---|---|
author | Michiel Piscaer <michiel@piscaer.com> | Wed Oct 26 09:44:13 2022 +0200 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Oct 26 16:06:22 2022 -0400 |
tree | b5451d2b8a81cebe9af20789246e59567dc9d46f | |
parent | fc13f3871a7474156cd9e3134bff1dcc596b8368 [diff] |
Make clusterPoolIPv4PodCIDR configurable Make clusterPoolIPv4PodCIDR configurable, this to solve conflicts with the 10.0.0.0 subnets
diff --git a/roles/cilium/tasks/main.yml b/roles/cilium/tasks/main.yml index 170d1b4..07ab9aa 100644 --- a/roles/cilium/tasks/main.yml +++ b/roles/cilium/tasks/main.yml
@@ -29,3 +29,6 @@ operator: nodeSelector: openstack-control-plane: enabled + ipam: + operator: + clusterPoolIPv4PodCIDR: "{{ kubernetes_cluster_cidr | default('10.0.0.0/8') }}"