This commit is contained in:
Marcus
2024-07-02 13:13:55 +02:00
parent 581ad1af6b
commit d5b5363be1
2 changed files with 15 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2adv
namespace: metallb-system
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: prod-pool
namespace: metallb-system
spec:
addresses:
- 10.0.0.31-10.0.0.40

View File

@@ -1933,3 +1933,18 @@ webhooks:
resources:
- l2advertisements
sideEffects: None
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2adv
namespace: metallb-system
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: prod-pool
namespace: metallb-system
spec:
addresses:
- 10.0.0.31-10.0.0.40