--- apiVersion: cilium.io/v2alpha1 kind: CiliumLoadBalancerIPPool metadata: name: pool spec: allowFirstLastIPs: "No" blocks: - cidr: "192.168.40.0/24" --- apiVersion: cilium.io/v2alpha1 kind: CiliumL2AnnouncementPolicy metadata: name: l2-policy spec: loadBalancerIPs: true # NOTE: interfaces might need to be set if you have more than one active NIC on your hosts # interfaces: # - ^eno[0-9]+ # - ^eth[0-9]+ nodeSelector: matchLabels: kubernetes.io/os: linux