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 c97f600 commit 832fa1bCopy full SHA for 832fa1b
.github/workflows/test.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: kubectl get pods -A
55
56
- name: Show logs from Vector pod for debugging
57
- run: kubectl logs -A -l app.kubernetes.io/name=vector
+ run: kubectl logs -l app.kubernetes.io/name=vector ${{ matrix.namespace-arg }}
58
59
- name: Check if all pods are running
60
run: kubectl get pods -A -o jsonpath='{range .items[*]}{.status.phase}{"\n"}{end}' | grep -qv "^Running$" && echo "Not all pods are running" && exit 1 || echo "OK"
0 commit comments