Skip to content

Commit

Permalink
debug: must-gather
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Sep 20, 2024
1 parent e96b67d commit 6a902e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/run-e2e-conformance-virtual-ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ hack/deploy-setup.sh $NAMESPACE
function cluster_info {
if [[ -v TEST_REPORT_PATH ]]; then
kubectl cluster-info dump --namespaces ${NAMESPACE},${MULTUS_NAMESPACE} --output-directory "${root}/${TEST_REPORT_PATH}/cluster-info"
oc adm must-gather --dest-dir="${root}/${TEST_REPORT_PATH}/must-gather"
fi
}
trap cluster_info ERR
Expand Down

0 comments on commit 6a902e1

Please sign in to comment.