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
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
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