Skip to content

Instantly share code, notes, and snippets.

@codatory
Last active November 19, 2022 03:18

Revisions

  1. Alex Conner revised this gist Nov 19, 2022. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion metallb-pool.yml
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,10 @@ metadata:
    namespace: metallb-system
    spec:
    addresses:
    - 10.8.0.100-10.8.0.250
    - 10.8.0.100-10.8.0.250
    ---
    apiVersion: metallb.io/v1beta1
    kind: L2Advertisement
    metadata:
    name: l2-pool
    namespace: metallb-system
  2. Alex Conner created this gist Nov 19, 2022.
    8 changes: 8 additions & 0 deletions metallb-pool.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    apiVersion: metallb.io/v1beta1
    kind: IPAddressPool
    metadata:
    name: l2-pool
    namespace: metallb-system
    spec:
    addresses:
    - 10.8.0.100-10.8.0.250