Skip to content

Commit 4d0928b

Browse files
authored
Add configurable cni flags for Cilium (required for migration) (#463)
1 parent ace52b4 commit 4d0928b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/common/group_vars/k8s_cluster/ck8s-cilium.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ ck8s_cilium:
2020
# See: https://github.com/cilium/cilium/issues/20550
2121
enableNodeSelectability: true
2222

23+
cni:
24+
uninstall: false
25+
customConf: false
26+
exclusive: true
27+
2328
operator:
2429
unmanagedPodWatcher:
2530
restart: true

dynamic-config/cilium-values-inventory.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ all:
77
88
policyAuditMode: {{ ck8s_cilium.policyAuditMode }}
99
10+
cni:
11+
uninstall: {{ ck8s_cilium.cni.uninstall }}
12+
customConf: {{ ck8s_cilium.cni.customConf }}
13+
exclusive: {{ ck8s_cilium.cni.exclusive }}
14+
1015
operator:
1116
unmanagedPodWatcher:
1217
restart: {{ ck8s_cilium.operator.unmanagedPodWatcher.restart }}

0 commit comments

Comments
 (0)