Skip to content

Instantly share code, notes, and snippets.

@azwan082
Created February 28, 2025 15:13
Show Gist options
  • Save azwan082/f5018ceae9a0ec94d95d4016c2527b6b to your computer and use it in GitHub Desktop.
Save azwan082/f5018ceae9a0ec94d95d4016c2527b6b to your computer and use it in GitHub Desktop.
Deploy MetalLB IPAddressPool CRD
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