deploy metallb to internal cluster and rebove ingress

This commit is contained in:
2025-08-04 14:04:50 -05:00
parent fabc113c84
commit 79706c90ff
13 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: bgp-ip-addresspool
namespace: metallb-system
spec:
addresses:
- 10.1.82.0/24
autoAssign: true
avoidBuggyIPs: false