fix: netpol egress to real API server IPs on port 6443 (Cilium)
CI / Vet, test, build (push) Canceled after 1m31s
CI / Build and push image (push) Canceled after 0s

This commit is contained in:
Admin Bot
2026-08-26 16:18:16 -07:00
parent 18678e988e
commit 8aa22c7e26
+4 -2
View File
@@ -31,12 +31,14 @@ spec:
port: 8080
egress:
# Allow Kubernetes API server (ServiceAdapter CRD loader)
# Cilium doesn't match ipBlock against ClusterIP VIPs, so we target
# the real control-plane endpoint IPs on port 6443.
- to:
- ipBlock:
cidr: 10.96.0.1/32
cidr: 192.168.1.0/24
ports:
- protocol: TCP
port: 443
port: 6443
# Allow DNS
- to:
- namespaceSelector: