Skip to content

Commit e719a22

Browse files
authored
feat(cluster-addon): Use IPAM mode Kubernetes (#204)
Cilium doesn't use the IP settings from `Cluster.spec.clusterNetwork` because it has its own IPAM mode. Since we currently don't need the extra features of Cilium, we'll set it to Kubernetes mode. Signed-off-by: Jan Schoone <[email protected]>
1 parent 5a096cb commit e719a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

providers/openstack/scs/cluster-addon/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ openstack-cinder-csi:
5252
yawol-controller:
5353
yawolOSSecretName: cloud-config
5454
enabled: false
55+
cilium:
56+
ipam:
57+
mode: "kubernetes"

0 commit comments

Comments
 (0)