Skip to content

Commit fdbfc40

Browse files
committed
cilium: add node selectability toggle
1 parent 8e2844a commit fdbfc40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ ck8s_cilium:
1212
# This feature helps to validate the impact of host policies before enforcing them.
1313
policyAuditMode: false
1414

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+
1523
operator:
1624
unmanagedPodWatcher:
1725
restart: true

0 commit comments

Comments
 (0)