Add infra app metallb-conf for cluster IPs
This commit is contained in:
12
infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml
vendored
Normal file
12
infrastructures/metallb-conf/env/k3s-cluster/cluster-ip.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: k3s-cluster
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.10.100/32
|
||||
- 192.168.10.101/32
|
||||
- 192.168.10.102/32
|
||||
- 192.168.10.103/32
|
||||
- 192.168.10.120/32
|
||||
Reference in New Issue
Block a user