Skip to content

Commit

Permalink
Updating NFD for the nvidia container runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Nov 11, 2023
1 parent 2df3a8f commit 2459b4e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ metadata:
namespace: node-feature-discovery
data:
nfd-worker.conf: |
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"
sources:
pci:
deviceClassWhitelist:
Expand Down

0 comments on commit 2459b4e

Please sign in to comment.