add dummy custom types for metallb
manage metallb ip address pool and l2advertisements in nix
This commit is contained in:
parent
b4d6a9f46d
commit
3124436b46
4 changed files with 29 additions and 13 deletions
|
@ -1,8 +0,0 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: main
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.40.100-192.168.40.253
|
|
@ -1,5 +0,0 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: main
|
||||
namespace: metallb-system
|
Reference in a new issue