Skip to content

Commit

Permalink
Fixed: downgrade metallb version from 0.13.4 to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlejeune committed Aug 26, 2022
1 parent 8b65e82 commit be96631
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions cluster/core/networking/metallb/metallb.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-ip
namespace: networking
spec:
ipAddressPools:
- default-pool
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: default-pool
namespace: networking
spec:
addresses:
- 192.168.1.200-192.168.1.250
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -27,9 +9,16 @@ spec:
chart:
spec:
chart: metallb
version: 0.13.4
version: 0.12.1
sourceRef:
kind: HelmRepository
name: metallb-charts
namespace: flux-system
interval: 5m
values:
configInline:
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.1.200-192.168.1.250

0 comments on commit be96631

Please sign in to comment.