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 92757e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
1 change: 0 additions & 1 deletion ansible/playbooks/patch-flux-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
- name: Manually sync the config
ansible.builtin.command: flux reconcile kustomization apps
ignore_errors: yes
no_log: True
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 92757e7

Please sign in to comment.