-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@yevgeny-shnaidman does the operator have possibility to set nodeSelector for the worker? /remove-lifecycle stale |
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 |
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. |
@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 |
That would be enough from my use-case and a lot simpler. |
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.
The text was updated successfully, but these errors were encountered: