initial commit
This commit is contained in:
commit
99a66f4cfd
15 changed files with 287 additions and 0 deletions
15
k8s/metallb.yaml.template
Normal file
15
k8s/metallb.yaml.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: pdp
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- <IP>/32
|
||||
autoAssign: false
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: default-l2
|
||||
namespace: metallb-system
|
Loading…
Add table
Add a link
Reference in a new issue