Skip to content

Commit

Permalink
Ignore local-path-storage log messages
Browse files Browse the repository at this point in the history
Signed-off-by: ty-dc <[email protected]>
  • Loading branch information
ty-dc committed Feb 26, 2024
1 parent d826534 commit 1599abf
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 @@ -228,7 +228,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|kruise-system|kubevirt" | 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|local-path-storage" | awk '{printf "%s,%s\n",$1,$2}')
if [ -n "$CHECK_POD" ]; then
echo "check pod:"
echo "${CHECK_POD}"
Expand Down

0 comments on commit 1599abf

Please sign in to comment.