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

[bitnami/kafka] kafka exporter has no nodeSelector #29496

Open
eli-gc opened this issue Sep 18, 2024 · 2 comments
Open

[bitnami/kafka] kafka exporter has no nodeSelector #29496

eli-gc opened this issue Sep 18, 2024 · 2 comments
Assignees
Labels

Comments

@eli-gc
Copy link

eli-gc commented Sep 18, 2024

Name and Version

bitnami/kafka latest

What is the problem this feature will solve?

There could be certain nodes where the exporter shouldn't be scheduled on to. Currently there is no way to control this. NodeSelector is already implemented for controller, broker, and provisioning.

What is the feature you are proposing to solve the problem?

I am proposing to add nodeSelector to metrics.

What alternatives have you considered?

No response

@github-actions github-actions bot added the triage Triage is needed label Sep 18, 2024
@eli-gc
Copy link
Author

eli-gc commented Sep 18, 2024

Let me know if this is acceptable and I can start work on adding it.

@javsalgar
Copy link
Contributor

Hi,

Thank you for opening the issue! The metrics section does not have a nodeSelector because it is a sidecar inside the broker and controller statefulsets, so they will go to the some node where these are scheduled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants