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
This commit is contained in:
Mohammed Naser 2020-03-29 11:39:39 -04:00
parent 4b23fe8b64
commit e006f763fe
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
- hosts: all
roles:
- collect-container-logs
- collect-kubernetes-logs