squash all
Mostly copied over from my old repo and modified for app of apps. Cleaning up the mess from migration Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
471f30f0b1
commit
52933116f0
104 changed files with 2532 additions and 44 deletions
8
metallb/config/ipaddresspool.yaml
Normal file
8
metallb/config/ipaddresspool.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: default
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 10.1.10.50-10.1.10.100
|
||||
3
metallb/config/kustomization.yaml
Normal file
3
metallb/config/kustomization.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
resources:
|
||||
- ipaddresspool.yaml
|
||||
- l2advertisement.yaml
|
||||
5
metallb/config/l2advertisement.yaml
Normal file
5
metallb/config/l2advertisement.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: default
|
||||
namespace: metallb-system
|
||||
Loading…
Add table
Add a link
Reference in a new issue