chore(mgmt): move metallb to cluster resource space
This commit is contained in:
parent
e7af4bf4a3
commit
e26ea309ae
7 changed files with 46 additions and 28 deletions
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: internal
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.99-192.168.1.200
|
||||
# - fe80::aa20:66ff:fe16:4966/64 # This is causing issues with traefik right now
|
||||
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: internal
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- internal
|
||||
Loading…
Add table
Add a link
Reference in a new issue