metallb/config.yaml (view raw)
1apiVersion: v1 2kind: ConfigMap 3metadata: 4 namespace: metallb-system 5 name: config 6data: 7 config: | 8 address-pools: 9 - name: default 10 protocol: layer2 11 addresses: 12 - 192.168.4.150-192.168.4.250