Last active
November 19, 2022 03:18
Revisions
-
Alex Conner revised this gist
Nov 19, 2022 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 --- apiVersion: metallb.io/v1beta1 kind: L2Advertisement metadata: name: l2-pool namespace: metallb-system -
Alex Conner created this gist
Nov 19, 2022 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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