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 62aef14 commit ac038f7Copy full SHA for ac038f7
tests/scripts/checks.sh
@@ -15,6 +15,9 @@ check_pod_ready() {
15
else
16
# print status of pod
17
kubectl get pods -n ${TEST_NAMESPACE}
18
+ crictl images
19
+ kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
20
+ kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
21
fi
22
23
return 1
0 commit comments