Skip to content

Commit 09c931b

Browse files
committed
fix: Ensure metallb speaker runs on tainted nodepools
1 parent 2fa88f6 commit 09c931b

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)