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

can nfd-worker runs on specific nodes? #250

Open
wlane opened this issue Aug 31, 2024 · 6 comments
Open

can nfd-worker runs on specific nodes? #250

wlane opened this issue Aug 31, 2024 · 6 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@wlane
Copy link

wlane commented Aug 31, 2024

Currently, the nfd-worker runs by default on all available worker nodes. Are there any user-defined parameters to specify which nodes it should run on? I only need it to run on certain nodes with a specific label. Thanks.

@wlane wlane added the kind/support Categorizes issue or PR as a support question. label Aug 31, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 29, 2024
@marquiz
Copy link
Contributor

marquiz commented Nov 29, 2024

@yevgeny-shnaidman does the operator have possibility to set nodeSelector for the worker?

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 29, 2024
@yevgeny-shnaidman
Copy link
Contributor

no, we don''t have any such field in the CRD. We can add it , if needed, but on the other hand, does it really matter if they run on all the nodes? It does not interfere with the other functionalities, and the footprint is not not big

@bernhardloos
Copy link

This is really annoying on clusters with Windows worker nodes because the NFD image is not available for it but the DaemonSet still schedules pods on them which will lead to unfix able errors in monitoring systems.

@yevgeny-shnaidman
Copy link
Contributor

@if this is the only issue, then i think the better solution it to make operator add the node selector labels to the worker DS based on arch type label without any interference from the CRD

@bernhardloos
Copy link

That would be enough from my use-case and a lot simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

6 participants