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 ad82169 commit c42e1e9Copy full SHA for c42e1e9
test/vtop_example.sh
@@ -70,6 +70,7 @@ function checkPodStatusWithTimeout() {
70
echo -e "ERROR: checkPodStatusWithTimeout timeout to find pod matching:\ngot:\n$out\nfor regex: $regex"
71
vttabletPod=$(kubectl get pods | grep -E "vttablet" | head -n 1 | awk '{print $1}')
72
kubectl describe pod $vttabletPod
73
+ kubectl logs $vttabletPod -c vttablet
74
exit 1
75
}
76
0 commit comments