diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 2e558b785eaed..8774b57fe1220 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -414,6 +414,7 @@ objects: queue /tmp/artifacts/nodes.json oc --request-timeout=5s get nodes -o json queue /tmp/artifacts/pods.json oc --request-timeout=5s get pods --all-namespaces -o json queue /tmp/artifacts/events.json oc --request-timeout=5s get events --all-namespaces -o json + queue /tmp/artifacts/clusteroperators.json oc --request-timeout=5s get clusteroperators -o json # gather nodes first in parallel since they may contain the most relevant debugging info while IFS= read -r i; do diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml index 6b6b6d063348e..796ec7d0e4393 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml @@ -386,6 +386,7 @@ objects: queue /tmp/artifacts/nodes.json oc --request-timeout=5s get nodes -o json queue /tmp/artifacts/pods.json oc --request-timeout=5s get pods --all-namespaces -o json queue /tmp/artifacts/events.json oc --request-timeout=5s get events --all-namespaces -o json + queue /tmp/artifacts/clusteroperators.json oc --request-timeout=5s get clusteroperators -o json # gather nodes first in parallel since they may contain the most relevant debugging info while IFS= read -r i; do