We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3594e4 commit 79b8e85Copy full SHA for 79b8e85
e2e/scripts/check-installation-state.sh
@@ -11,6 +11,9 @@ wait_for_installation() {
11
kubectl describe installations 2>&1 || true
12
kubectl get charts -A
13
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
17
return 1
18
fi
19
sleep 5
0 commit comments