We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace52b4 commit 4d0928bCopy full SHA for 4d0928b
config/common/group_vars/k8s_cluster/ck8s-cilium.yaml
@@ -20,6 +20,11 @@ ck8s_cilium:
20
# See: https://github.com/cilium/cilium/issues/20550
21
enableNodeSelectability: true
22
23
+ cni:
24
+ uninstall: false
25
+ customConf: false
26
+ exclusive: true
27
+
28
operator:
29
unmanagedPodWatcher:
30
restart: true
dynamic-config/cilium-values-inventory.yaml
@@ -7,6 +7,11 @@ all:
7
8
policyAuditMode: {{ ck8s_cilium.policyAuditMode }}
9
10
11
+ uninstall: {{ ck8s_cilium.cni.uninstall }}
12
+ customConf: {{ ck8s_cilium.cni.customConf }}
13
+ exclusive: {{ ck8s_cilium.cni.exclusive }}
14
15
16
17
restart: {{ ck8s_cilium.operator.unmanagedPodWatcher.restart }}
0 commit comments