Skip to content

Commit

Permalink
Merge pull request #2616 from ty-dc/fix/invaild-log
Browse files Browse the repository at this point in the history
fix invaild debug log
  • Loading branch information
weizhoublue authored Nov 17, 2023
2 parents 0b38f89 + 22870f0 commit 078a3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/debugEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ elif [ "$TYPE"x == "detail"x ] ; then
done

echo "=============== Check the network information of the pod ============== "
CHECK_POD=$(kubectl get pod -o wide -A --kubeconfig ${E2E_KUBECONFIG} | sed '1 d' | grep -Ev "kube-system" | awk '{printf "%s,%s\n",$1,$2}')
CHECK_POD=$(kubectl get pod -o wide -A --kubeconfig ${E2E_KUBECONFIG} | sed '1 d' | grep -Ev "kube-system|kruise-system|kubevirt" | awk '{printf "%s,%s\n",$1,$2}')
if [ -n "$CHECK_POD" ]; then
echo "check pod:"
echo "${CHECK_POD}"
Expand Down

0 comments on commit 078a3c7

Please sign in to comment.