diff --git a/infra/configs/config-metallb.yaml b/infra/configs/config-metallb.yaml index 62dcc93..2f1d519 100644 --- a/infra/configs/config-metallb.yaml +++ b/infra/configs/config-metallb.yaml @@ -6,7 +6,8 @@ metadata: namespace: metallb-system spec: addresses: - - 10.0.1.0/24 + - 10.0.1.0/24 + avoidBuggyIPs: true --- apiVersion: metallb.io/v1beta1 kind: L2Advertisement