Skip to content

Commit 45667ab

Browse files
authored
fix: Ensure metallb speaker runs on tainted nodepools (#1138)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 2fa88f6 commit 45667ab

File tree

1 file changed

+1
-2
lines changed
  • charts/cluster-api-runtime-extensions-nutanix/addons/serviceloadbalancer/metallb

1 file changed

+1
-2
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/serviceloadbalancer/metallb/values-template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ speaker:
1515
tag: 9.1.3
1616
priorityClassName: system-cluster-critical
1717
tolerations:
18-
- key: node-role.kubernetes.io/control-plane
19-
effect: NoSchedule
18+
- effect: NoSchedule
2019
operator: Exists
2120
- key: CriticalAddonsOnly
2221
operator: Exists

0 commit comments

Comments
 (0)