Updating metallb ipaddresspool

main
Jaromir Rivera 2022-08-31 14:26:18 -04:00
parent 7db2a539dd
commit b8c84becef
2 changed files with 1 additions and 20 deletions

View File

@ -1,19 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: kubevip
namespace: flux-system
spec:
interval: 15m
path: ./kubevip
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:
kind: GitRepository
name: flux-system
validation: server
healthChecks:
- apiVersion: apps/v1
kind: DaemonSet
name: kube-vip-ds
namespace: kube-system

View File

@ -6,7 +6,7 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 172.16.10.32-172.16.10.50
- 172.16.10.31-172.16.10.50
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement