Skip to content

Commit

Permalink
Merge pull request #10509 from silashansen/patch-1
Browse files Browse the repository at this point in the history
Add required toleration to gpu documentation
  • Loading branch information
k8s-ci-robot authored Dec 30, 2020
2 parents 0e34ce1 + e8ad061 commit 99804b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ dcgmExporter:
gfd:
nodeSelector:
kops.k8s.io/instancegroup: gpu-nodes
tolerations:
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
node-feature-discovery:
worker:
Expand All @@ -78,4 +82,4 @@ spec:
tolerations:
- key: nvidia.com/gpu
operator: Exists
```
```

0 comments on commit 99804b1

Please sign in to comment.