Guillaume B.B. Van Hemmen
58986afe32
Introduces custom `metallb.yaml` Helm values with node selectors and tolerations targeting specific nodes. Renames and adjusts MetalLB resource file, removing unused IPs. Updates installation script to apply the new Helm values and handle namespace creation idempotently.
15 lines
281 B
YAML
15 lines
281 B
YAML
apiVersion: metallb.io/v1beta1
|
|
kind: IPAddressPool
|
|
metadata:
|
|
name: ovh-ip-pool
|
|
namespace: metallb-system
|
|
spec:
|
|
addresses:
|
|
- 5.196.149.203/32
|
|
---
|
|
apiVersion: metallb.io/v1beta1
|
|
kind: L2Advertisement
|
|
metadata:
|
|
name: l2-advertisement
|
|
namespace: metallb-system
|
|
spec: { }
|