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 2aefaf5 commit b797d10Copy full SHA for b797d10
.github/workflows/build-for-quarkus-version.yml
@@ -301,9 +301,17 @@ jobs:
301
run: |
302
echo "Pod statuses in olm namespace:"
303
kubectl get pod -n olm
304
+ echo ""
305
+ echo "------------------------------"
306
echo "Subscriptions:"
307
kubectl get subs -n operators -o yaml
308
309
310
echo "Controllers:"
311
kubectl get pod -n operators
- echo "Events:
- kubectl get events
312
313
314
+ echo "Events:"
315
+ kubectl get events
316
317
0 commit comments