We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 954b839 + 3797fde commit 50703b0Copy full SHA for 50703b0
templates/compute-domain-daemon.tmpl.yaml
@@ -68,6 +68,15 @@ spec:
68
test "$(nvidia-imex-ctl -q)" = "READY"
69
initialDelaySeconds: 10
70
periodSeconds: 5
71
+ # Repel all node taints.
72
+ # See https://github.com/NVIDIA/k8s-dra-driver-gpu/issues/305
73
+ tolerations:
74
+ - operator: "Exists"
75
+ effect: "NoSchedule"
76
77
+ effect: "NoExecute"
78
79
+ effect: "PreferNoSchedule"
80
resourceClaims:
81
- name: compute-domain-daemon
82
resourceClaimTemplateName: {{ .ResourceClaimTemplateName }}
0 commit comments