k8s-cluster: add metallb

This commit is contained in:
Ryan Cavicchioni 2025-01-21 17:09:12 -06:00
parent 1ce673153d
commit 01ea9b8fde
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg
4 changed files with 2019 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- 10.100.100.220-10.100.100.230

View File

@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- metallb-native.yaml
- ip-address-pool.yaml
- l2-advertisement.yaml

View File

@ -0,0 +1,6 @@
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: example
namespace: metallb-system

File diff suppressed because it is too large Load Diff