Skip to content

Commit a4c7da8

Browse files
authored
Use explicit addr for IMEX daemon probe (issue #328) (#333)
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 250c35b commit a4c7da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compute-domain-daemon.tmpl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
if [ -f /etc/nvidia-imex-null ]; then
5454
exit 0
5555
fi
56-
test "$(nvidia-imex-ctl -q)" = "READY"
56+
test "$(nvidia-imex-ctl -q -i 127.0.0.1 50005)" = "READY"
5757
initialDelaySeconds: 1
5858
periodSeconds: 1
5959
livenessProbe:
@@ -65,7 +65,7 @@ spec:
6565
if [ -f /etc/nvidia-imex-null ]; then
6666
exit 0
6767
fi
68-
test "$(nvidia-imex-ctl -q)" = "READY"
68+
test "$(nvidia-imex-ctl -q -i 127.0.0.1 50005)" = "READY"
6969
initialDelaySeconds: 10
7070
periodSeconds: 5
7171
# Repel all node taints.

0 commit comments

Comments
 (0)