We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2844a commit fdbfc40Copy full SHA for fdbfc40
config/common/group_vars/k8s_cluster/ck8s-cilium.yaml
@@ -12,6 +12,14 @@ ck8s_cilium:
12
# This feature helps to validate the impact of host policies before enforcing them.
13
policyAuditMode: false
14
15
+ # enableNodeSelectability: when true, allows Kubernetes nodes to be selected
16
+ # by cidr block selectors in classic NetworkPolicies.
17
+ #
18
+ # Without this, access to the Kubernets API Server pods might be restricted.
19
20
+ # See: https://github.com/cilium/cilium/issues/20550
21
+ enableNodeSelectability: true
22
+
23
operator:
24
unmanagedPodWatcher:
25
restart: true
0 commit comments