diff --git a/docs/gpu.md b/docs/gpu.md index 8b8dc76c432de..3196b8a2b1f89 100644 --- a/docs/gpu.md +++ b/docs/gpu.md @@ -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: @@ -78,4 +82,4 @@ spec: tolerations: - key: nvidia.com/gpu operator: Exists -``` \ No newline at end of file +```