Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
修改计数totalcount
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-657667 committed Dec 1, 2023
1 parent 6f4bfd2 commit 8399c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
totalcount=0
# 遍历所有Pod进行日志检索
for podname in "${podnames[@]}"; do
echo "check log Pod: $podname
echo "check log Pod: $podname"
log_entry=$(kubectl exec -it $podname -- sh -c 'grep "Install Biz: provider:1.0.2 success" ~/logs/sofa-ark/*.log' 2>/dev/null)
echo $log_entry
if [ -z "$log_entry" ]; then
Expand Down

0 comments on commit 8399c6e

Please sign in to comment.