Skip to content

Commit

Permalink
Only check for pods under onap namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Mar 6, 2018
1 parent 35cbada commit 767e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
fi

echo "check filebeat 2/2 count for ELK stack logging consumption"
FILEBEAT=$(kubectl get pods --all-namespaces -a | grep 2/)
FILEBEAT=$(kubectl get pods --namespace=onap-mso -a | grep 2/)
echo "${FILEBEAT}"
echo "sleep 4 min - to allow rest frameworks to finish"
sleep 240
Expand Down

0 comments on commit 767e0b7

Please sign in to comment.