first commit
This commit is contained in:
7
metallb/ipaddresspool.yaml
Normal file
7
metallb/ipaddresspool.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: single-ip
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.100/32
|
4
metallb/kustomization.yaml
Normal file
4
metallb/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
namespace: metallb-system
|
||||
resources:
|
||||
- ipaddresspool.yaml
|
||||
- l2advertisement.yaml
|
5
metallb/l2advertisement.yaml
Normal file
5
metallb/l2advertisement.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: l2adv
|
||||
spec: {}
|
Reference in New Issue
Block a user