Created
February 28, 2025 15:13
-
-
Save azwan082/f5018ceae9a0ec94d95d4016c2527b6b to your computer and use it in GitHub Desktop.
Deploy MetalLB IPAddressPool CRD
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: default-pool | |
namespace: kube-system | |
spec: | |
addresses: | |
- 192.168.122.10-192.168.122.20 | |
--- | |
apiVersion: metallb.io/v1beta1 | |
kind: L2Advertisement | |
metadata: | |
name: default | |
namespace: kube-system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment