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.
1 parent 250c35b commit a4c7da8Copy full SHA for a4c7da8
templates/compute-domain-daemon.tmpl.yaml
@@ -53,7 +53,7 @@ spec:
53
if [ -f /etc/nvidia-imex-null ]; then
54
exit 0
55
fi
56
- test "$(nvidia-imex-ctl -q)" = "READY"
+ test "$(nvidia-imex-ctl -q -i 127.0.0.1 50005)" = "READY"
57
initialDelaySeconds: 1
58
periodSeconds: 1
59
livenessProbe:
@@ -65,7 +65,7 @@ spec:
65
66
67
68
69
initialDelaySeconds: 10
70
periodSeconds: 5
71
# Repel all node taints.
0 commit comments