Created
September 28, 2025 16:06
-
-
Save qjoly/f31dc21a0dd97e4aeb1101b57e77f372 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 characters
| apiVersion: metallb.io/v1beta1 | |
| kind: IPAddressPool | |
| metadata: | |
| name: lanpool | |
| namespace: metallb-system | |
| spec: | |
| addresses: | |
| - 192.168.1.222-192.168.1.225 | |
| --- | |
| apiVersion: metallb.io/v1beta1 | |
| kind: L2Advertisement | |
| metadata: | |
| name: lan | |
| namespace: metallb-system | |
| spec: | |
| ipAddressPools: | |
| - lanpool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment