feat: Add kustomization for res and metallb configuration
This commit is contained in:
parent
fb4700540d
commit
5ca1b527f8
@ -7,6 +7,6 @@ data:
|
||||
config: |
|
||||
ipaddress-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 10.20.0.1-10.20.0.100
|
||||
- 10.20.0.0/24
|
||||
- 51.15.80.73/32
|
||||
|
@ -6,4 +6,4 @@ metadata:
|
||||
spec:
|
||||
addresses:
|
||||
- 51.15.80.73/32
|
||||
- 192.168.56.0/24
|
||||
- 10.10.0.0/24
|
||||
|
@ -4,3 +4,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- configmap.yaml
|
||||
- ipaddresspool.yaml
|
||||
- l2advertisement.yaml
|
||||
|
8
metallb/l2advertisement.yaml
Normal file
8
metallb/l2advertisement.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
name: l2advertisement
|
||||
spec: {}
|
||||
#ipAddressPools:
|
||||
# - default
|
@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ovh-config.yaml
|
||||
- flat-sc.yaml
|
||||
- redundant-sc.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user