From 8b6d6c43cb42541e85cf0fbfe76218e2b95c1dae Mon Sep 17 00:00:00 2001 From: portdirect Date: Tue, 19 Dec 2017 09:56:34 -0500 Subject: [PATCH] Gate: collect infor about more kubernetes objects This PS fleshes out the list of objects that info is collected for in the gate. Change-Id: I8f9560a05f5a5c7f5b27dcc7108ea3edc991206f --- .../tasks/util-namespace-describe.yaml | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/tools/gate/playbooks/describe-kubernetes-resources/tasks/util-namespace-describe.yaml b/tools/gate/playbooks/describe-kubernetes-resources/tasks/util-namespace-describe.yaml index 911dc52e3..a3878b2d4 100644 --- a/tools/gate/playbooks/describe-kubernetes-resources/tasks/util-namespace-describe.yaml +++ b/tools/gate/playbooks/describe-kubernetes-resources/tasks/util-namespace-describe.yaml @@ -13,14 +13,23 @@ - name: Kubectl describe all namespaced objects common block vars: api_objects: - - pod - - service - - pvc + - configmaps + - cronjobs + - daemonsets - deployment - - statefulset - - daemonset - - serviceaccount - endpoints + - ingresses + - jobs + - networkpolicies + - pods + - podsecuritypolicies + - persistentvolumeclaims + - rolebindings + - roles + - secrets + - serviceaccounts + - services + - statefulsets namespace: null block: