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 691aefa commit 3277a9fCopy full SHA for 3277a9f
tests/scripts/checks.sh
@@ -16,7 +16,7 @@ check_pod_ready() {
16
# print status of pod
17
kubectl get pods -n ${TEST_NAMESPACE}
18
echo "SHIVA AAAAAAAAA CHECK"
19
- crictl images
+ ctr -n k8s.io images ls
20
echo "SHIVA AAAAAAAAA CHECK============="
21
kubectl describe pod $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
22
kubectl logs $(kubectl get pods -n ${TEST_NAMESPACE} --no-headers | grep "nvidia-driver-daemonset" | awk '{print $1}') -n ${TEST_NAMESPACE}
0 commit comments