From e006f763fe4e0d66ee75ba1dc14527700902bd9f Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 29 Mar 2020 11:39:39 -0400 Subject: [PATCH] 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 --- playbooks/helm/post.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/helm/post.yaml b/playbooks/helm/post.yaml index 5242b7bf9..a3c32c73c 100644 --- a/playbooks/helm/post.yaml +++ b/playbooks/helm/post.yaml @@ -1,3 +1,4 @@ - hosts: all roles: - collect-container-logs + - collect-kubernetes-logs