Skip to content
Snippets Groups Projects
Verified Commit 176fa497 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(metallb): Upgrade back to 0.14.3

This patch reverts the previous revert.

It seems the outage was caused by the new feature of supporting
`node.kubernetes.io/exclude-from-external-load-balancers`, which was set
on all nodes, resulting in non being used by metallb. Therefore the
upgrade should be fine, it was just an unexpectedly well working feature
that caused the outage.
parent a5a7ae6a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
kind: HelmRepository kind: HelmRepository
name: metallb name: metallb
namespace: metallb-system namespace: metallb-system
version: 0.13.12 version: 0.14.3
interval: 5m interval: 5m
install: install:
crds: CreateReplace crds: CreateReplace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment