all repos — infra @ f5e8a06e688929c1dbaa4a4e81ccd3c96ae8492c

infrastructure manifests and setup notes

metallb/config.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
apiVersion: v1
kind: ConfigMap
metadata:
  namespace: metallb-system
  name: config
data:
  config: |
    address-pools:
    - name: default
      protocol: layer2
      addresses:
      - 10.244.0.150-10.244.0.250