get kube pod node assignment during teardown

Change-Id: Ifb0768a0e98e6a73bd55043670e64ec727007d53
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy
index 9710c0b..f5c0e5f 100644
--- a/jjb/pipeline/voltha-go-tests.groovy
+++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -72,8 +72,9 @@
          export VOLTCONFIG="/home/jenkins/.volt/config-minimal"
          export PATH=/w/workspace/voltha-go-e2e-tests/kind-voltha/bin:$PATH
          kubectl get pods --all-namespaces -o jsonpath="{..image}" |tr -s "[[:space:]]" "\n" | sort | uniq -c
-         kubectl describe pods -n voltha
-         voltctl || true
+         kubectl get nodes -o wide
+         kubectl get pods -o wide
+         kubectl get pods -n voltha -o wide
          ## get default pod logs
          for pod in \$(kubectl get pods --no-headers | awk '{print \$1}');
          do