Skip to content

Commit

Permalink
get the logs of the embedded-cluster-operator upon failure (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Feb 2, 2024
1 parent d3594e4 commit 79b8e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/scripts/check-installation-state.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ wait_for_installation() {
kubectl describe installations 2>&1 || true
kubectl get charts -A
kubectl get secrets -A
kubectl describe clusterconfig -A
echo "operator logs:"
kubectl logs -n embedded-cluster -l app.kubernetes.io/name=embedded-cluster-operator
return 1
fi
sleep 5
Expand Down

0 comments on commit 79b8e85

Please sign in to comment.