add kube-sphere
This commit is contained in:
9
infrastructure/metallb/ipaddresspool.yaml
Normal file
9
infrastructure/metallb/ipaddresspool.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: default
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 10.0.69.200-10.0.69.254
|
8
infrastructure/metallb/kustomization.yaml
Normal file
8
infrastructure/metallb/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: metallb-system
|
||||
resources:
|
||||
- metallb.yaml
|
||||
- ipaddresspool.yaml
|
||||
- l2advertisement.yaml
|
5
infrastructure/metallb/l2advertisement.yaml
Normal file
5
infrastructure/metallb/l2advertisement.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: default
|
||||
namespace: metallb-system
|
1985
infrastructure/metallb/metallb.yaml
Normal file
1985
infrastructure/metallb/metallb.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user