kubernetes/kustomize-bases/cilium/l2-advertisement.yaml

12 lines
244 B
YAML
Raw Normal View History

---
apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy
metadata:
name: l2adv
spec:
loadBalancerIPs: true
2026-01-28 12:24:57 +01:00
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: DoesNotExist