1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Print pods status on e2e failures

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-06-29 15:57:09 +03:00
parent 8735229745
commit cf239deb3d
2 changed files with 2 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ jobs:
run: |
kubectl version --client --short
kubectl -n flux-system get all
kubectl -n flux-system describe pods
kubectl -n flux-system get kustomizations -oyaml
kubectl -n flux-system logs deploy/source-controller
kubectl -n flux-system logs deploy/kustomize-controller