zuul-jobs/playbooks/helm/post.yaml
Mohammed Naser e006f763fe helm: collect kubernetes logs in post
It's extremely useful to get a describe of all resources as well
as the Kubelet logs in the event of a job failure.

Change-Id: Ic06aadda671fe24233e016c24173a1afca96302b
2020-03-29 11:39:39 -04:00

5 lines
81 B
YAML

- hosts: all
roles:
- collect-container-logs
- collect-kubernetes-logs