Skip to content

Commit 506323a

Browse files
authored
fix: Configure priorityClassName for Cilium Hubble (#1045)
**What problem does this PR solve?**: Assigns the `system-cluster-critical` PriorityClassName to Hubble. This is the same class name assigned to Cilium itself. **Which issue(s) this PR fixes**: Fixes https://jira.nutanix.com/browse/NCN-105637 **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 9dc7c36 commit 506323a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ hubble:
1313
enabled: true
1414
image:
1515
useDigest: false
16+
priorityClassName: system-cluster-critical
1617
ipam:
1718
mode: kubernetes
1819
image:

0 commit comments

Comments
 (0)