cilium(kube): scale replicas down to 1

This commit is contained in:
2026-09-10 00:16:34 +02:00
parent c613811c8e
commit 807d764bdf
+5
View File
@@ -31,6 +31,11 @@ l2announcements:
enabled: true
externalIPs:
enabled: true
# Single-node cluster: the operator defaults to 2 replicas, but both
# bind the same host ports, so the second replica can never schedule ("node(s)
# didn't have free ports for the requested pod ports") and sits Pending forever.
operator:
replicas: 1
ingressController:
enabled: false
loadbalancerMode: shared