Skip to content

Commit

Permalink
show status of all pods at the end to have a feeling how the state is
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed May 3, 2024
1 parent 78c5dda commit bc20bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-k3d-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ while [ $SECONDS -lt $end ]; do
kubectl get application -n argocd
sleep 10
done
echo "status of all pods"
kubectl get pods -A
if [ ${all_apps_synced} != "true" ] ; then
echo "not all apps synced and healthy after 1200 seconds"
exit 1
Expand Down

0 comments on commit bc20bb3

Please sign in to comment.