Files
homelab-v/k8s/infra/network/cilium/l2-ip-pool.yaml
T
Vegard Hagen 3b812ed476 fix(cilium): turn on l2-announcements (ARP) again to troubleshoot connection problems
I'm experiencing issues reaching services directly exposed to the internet

At first only some carriers didn't load the pages, but it appears to be getting worse somehow

Signed-off-by: Vegard Hagen <[email protected]>
2025-11-16 19:00:02 +01:00

12 lines
226 B
YAML

apiVersion: cilium.io/v2
kind: CiliumLoadBalancerIPPool
metadata:
name: first-pool
spec:
blocks:
- start: 192.168.1.220
stop: 192.168.1.255
serviceSelector:
matchLabels:
l2.cilium.io/ip-pool: default