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

This addon runs only on nodes with GPUs and it's essential for their
proper function.
pull/8/head
Rohit Agarwal 2018-04-06 13:53:40 -07:00
parent 489178d270
commit a38e98f907
1 changed files with 3 additions and 2 deletions

View File

@ -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: