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

helm: no operator hostPorts when hostNetwork is disabled #32127

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

balous
Copy link

@balous balous commented Apr 22, 2024

Fixes: fbe159f ("helm: possibility to disable hostNetwork for operator")

My previous PR implementing configurable host network for operator missed hostPort parameter in prometheus port definition. Operator worked fine without this but cluster nodes we quickly depleted as, with this setting, just one operator pod per node is allowed. This PR omits hostPort parameter when host network is disabled.

Fixes: fbe159f ("helm: possibility to disable hostNetwork for operator")

Signed-off-by: Petr Baloun <petr.baloun@firma.seznam.cz>
@balous balous requested review from a team as code owners April 22, 2024 13:48
@balous balous requested review from joamaki and gandro April 22, 2024 13:48
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 22, 2024
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Apr 22, 2024
@gandro gandro added release-note/misc This PR makes changes that have no direct user impact. area/helm Impacts helm charts and user deployment experience labels Apr 22, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Apr 22, 2024
@gandro
Copy link
Member

gandro commented Apr 22, 2024

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 22, 2024
@aditighag aditighag added this pull request to the merge queue Apr 22, 2024
Merged via the queue into cilium:main with commit dc30e59 Apr 22, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Impacts helm charts and user deployment experience kind/community-contribution This was a contribution made by a community member. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants