Skip to content

Commit d6821e2

Browse files
authored
fix: set priority class name for metallb (#1046)
**What problem does this PR solve?**: Set Priority class name for metallb controller and speaker pods https://github.com/metallb/metallb/tree/main/charts/metallb **Which issue(s) this PR fixes**: Fixes # https://jira.nutanix.com/browse/NCN-105635 **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 8648de8 commit d6821e2

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
controller:
2+
priorityClassName: system-cluster-critical
23
tolerations:
34
- key: node-role.kubernetes.io/control-plane
45
effect: NoSchedule
@@ -9,6 +10,7 @@ controller:
910
operator: Exists
1011
tolerationSeconds: 300
1112
speaker:
13+
priorityClassName: system-cluster-critical
1214
tolerations:
1315
- key: node-role.kubernetes.io/control-plane
1416
effect: NoSchedule

0 commit comments

Comments
 (0)