add metallb L2Advertisement and IPAddressPool configuration files
This commit is contained in:
8
clusters/default/helm/metallb/l2-advertisement.yml
Normal file
8
clusters/default/helm/metallb/l2-advertisement.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: k3s-lb-pool
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- pool-ip
|
||||
8
clusters/default/helm/metallb/pool-ip.yml
Normal file
8
clusters/default/helm/metallb/pool-ip.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: pool-ip
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.100-192.168.1.200
|
||||
Reference in New Issue
Block a user