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

Unable to remove the default taints #1316

Open
dmildh-absci opened this issue Mar 6, 2025 · 0 comments
Open

Unable to remove the default taints #1316

dmildh-absci opened this issue Mar 6, 2025 · 0 comments

Comments

@dmildh-absci
Copy link

dmildh-absci commented Mar 6, 2025

Hello everyone. I cannot seem to disable to the default NoSchedule taint being applied on first boot up. I am installing via helm using chart version v24.9.2.

  taints:
  - effect: NoSchedule
    key: nvidia.com/gpu
    value: present

I have tried using the following values but luck
node-feature-discovery.master.config.enableTaints: false

node-feature-discovery.master.enableTaints: false

This is the complete helm values as well

driver:
  enabled: false
  rdma:
    enabled: true
    useHostMofed: true
mig:
  strategy: mixed
operator:
  cleanupCRD: false
  defaultRuntime: containerd
  resources:
    limits:
      memory: 1Gi
    requests:
      memory: 512Mi
psa:
  enabled: false
toolkit:
  enabled: true
node-feature-discovery:
  master:
    config:
      enableTaints: false
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

No branches or pull requests

1 participant