Commit f34bfb1e authored by Rohit Agarwal's avatar Rohit Agarwal

Add wildcard toleration to nvidia-gpu-device-plugin.

This addon runs only on nodes with GPUs and it's essential for their proper function.
parent 03f75d3b
......@@ -23,9 +23,10 @@ spec:
- key: cloud.google.com/gke-accelerator
operator: Exists
tolerations:
- key: "nvidia.com/gpu"
- operator: "Exists"
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
operator: "Exists"
hostNetwork: true
hostPID: true
volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment