Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specification of priorityClassName for speaker and controller #1099

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Allow specification of priorityClassName for speaker and controller #1099

merged 2 commits into from
Dec 3, 2021

Conversation

ianroberts
Copy link
Contributor

@ianroberts ianroberts commented Dec 2, 2021

When installing using the plain manifests you can add a priorityClassName to the speaker and controller pods via a kustomization, but there's currently no way to do the same when installing via helm. This PR adds the necessary snippets to the helm templates to inject these settings via e.g. --set speaker.priorityClassName=system-node-critical, and the equivalent for controller.

Fixed #995

Signed-off-by: Ian Roberts <i.roberts@dcs.shef.ac.uk>
@ianroberts
Copy link
Contributor Author

Not sure why the tests are failing, I haven't touched anything that would affect the tests as installing with the stock values.yaml will not change anything from the previous defaults.

@fedepaol
Copy link
Member

fedepaol commented Dec 2, 2021

Not sure why the tests are failing, I haven't touched anything that would affect the tests as installing with the stock values.yaml will not change anything from the previous defaults.

yes we have a couple of flakes we are chasing. The do not seem related.

@fedepaol
Copy link
Member

fedepaol commented Dec 2, 2021

cc @gclawes

@gclawes
Copy link
Collaborator

gclawes commented Dec 2, 2021

LGTM. Thanks for adding the validations, too!

@fedepaol fedepaol merged commit 211763b into metallb:main Dec 3, 2021
@ianroberts ianroberts deleted the helm-priority-class branch December 3, 2021 10:11
sabinaaledort pushed a commit to sabinaaledort/metallb that referenced this pull request Dec 8, 2021
…etallb#1099)

Signed-off-by: Ian Roberts <i.roberts@dcs.shef.ac.uk>

Co-authored-by: Federico Paolinelli <fpaoline@redhat.com>
rata pushed a commit to kinvolk/metallb that referenced this pull request Feb 17, 2022
…etallb#1099)

Signed-off-by: Ian Roberts <i.roberts@dcs.shef.ac.uk>

Co-authored-by: Federico Paolinelli <fpaoline@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helm option for priorityClassName
3 participants