Unverified Commit baab3992 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62346 from mindprince/automated-cherry-pick-of-#62209-upstream-release-1.10

Automatic merge from submit-queue. Automated cherry pick of #62209: Add wildcard toleration to nvidia-gpu-device-plugin. Cherry pick of #62209 on release-1.10. #62209: Add wildcard toleration to nvidia-gpu-device-plugin.
parents e6805dc8 f34bfb1e
......@@ -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