install metallb first

This commit is contained in:
2025-01-23 14:22:09 -06:00
parent 4d9117cf26
commit 6cdfd62401
7 changed files with 56 additions and 23 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.240-10.100.100.250

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