Skip to content

Commit

Permalink
Merge pull request spidernet-io#3244 from ty-dc/fix-too-many-debug-logs
Browse files Browse the repository at this point in the history
Ignore local-path-storage log messages
  • Loading branch information
weizhoublue committed Feb 26, 2024
2 parents d826534 + 1599abf commit a5c7444
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 a5c7444

Please sign in to comment.