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 085c179 + dae32c0 commit 3102d7fCopy full SHA for 3102d7f
templates/compute-domain-daemon.tmpl.yaml
@@ -1,6 +1,6 @@
1
---
2
apiVersion: apps/v1
3
-kind: Daemonset
+kind: DaemonSet
4
metadata:
5
namespace: {{ .Namespace }}
6
generateName: {{ .GenerateName }}
@@ -36,6 +36,8 @@ spec:
36
touch /etc/nvidia-imex-null
37
tail -f /dev/null & wait
38
fi
39
+ # Emit nodes config for facilitating debug.
40
+ echo -e "/etc/nvidia-imex/nodes_config.cfg:\n\n" && cat /etc/nvidia-imex/nodes_config.cfg
41
/usr/bin/nvidia-imex -c /etc/nvidia-imex/config.cfg
42
tail -n +1 -f /var/log/nvidia-imex.log & wait
43
resources:
0 commit comments