mirror of https://github.com/k3s-io/k3s
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
parent
489178d270
commit
a38e98f907
|
@ -23,9 +23,10 @@ spec:
|
||||||
- key: cloud.google.com/gke-accelerator
|
- key: cloud.google.com/gke-accelerator
|
||||||
operator: Exists
|
operator: Exists
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "nvidia.com/gpu"
|
- operator: "Exists"
|
||||||
|
effect: "NoExecute"
|
||||||
|
- operator: "Exists"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
operator: "Exists"
|
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
hostPID: true
|
hostPID: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue