Created
April 24, 2023 14:04
-
-
Save vidhya03/e7de7aa070e90e325d4346831d7ea2dd 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: first-pool | |
namespace: metallb-system | |
spec: | |
addresses: | |
- 152.16.16.240-152.16.16.250 |
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: L2Advertisement | |
metadata: | |
name: example | |
namespace: metallb-system | |
spec: | |
ipAddressPools: | |
- first-pool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment