File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 echo "--- Kafka cluster ---"
3434 kubectl wait kafka/dev-cluster --for=condition=Ready -n kafka --timeout=600s
3535 echo "--- Apicurio Registry instance ---"
36- kubectl wait apicurioregistry3/apicurio-registry --for=condition=Ready -n apicurio-registry --timeout=300s
36+ kubectl wait apicurioregistry3/apicurio-registry --for=condition=Ready -n apicurio-registry --timeout=600s
3737 echo "--- StreamsHub Console instance ---"
38- kubectl wait console.console.streamshub.github.com/streamshub-console --for=condition=Ready -n streamshub-console --timeout=300s
38+ kubectl wait console.console.streamshub.github.com/streamshub-console --for=condition=Ready -n streamshub-console --timeout=600s
3939
4040 - name : Run uninstall script
4141 run : LOCAL_DIR=. TIMEOUT=300s ./uninstall.sh
5454 - name : Debug on failure
5555 if : failure()
5656 run : |
57+ echo "=== CR status ==="
58+ kubectl get apicurioregistry3/apicurio-registry -n apicurio-registry -o yaml 2>/dev/null || true
59+ kubectl get kafka/dev-cluster -n kafka -o yaml 2>/dev/null || true
60+ kubectl get console.console.streamshub.github.com/streamshub-console -n streamshub-console -o yaml 2>/dev/null || true
61+ echo ""
5762 echo "=== Events (all namespaces) ==="
5863 kubectl get events --all-namespaces --sort-by='.lastTimestamp' | tail -50
5964 echo ""
You can’t perform that action at this time.
0 commit comments