Skip to content

Commit 79b8e85

Browse files
authored
get the logs of the embedded-cluster-operator upon failure (#316)
1 parent d3594e4 commit 79b8e85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/scripts/check-installation-state.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ wait_for_installation() {
1111
kubectl describe installations 2>&1 || true
1212
kubectl get charts -A
1313
kubectl get secrets -A
14+
kubectl describe clusterconfig -A
15+
echo "operator logs:"
16+
kubectl logs -n embedded-cluster -l app.kubernetes.io/name=embedded-cluster-operator
1417
return 1
1518
fi
1619
sleep 5

0 commit comments

Comments
 (0)