Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Add calls to gather scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD committed May 9, 2023
1 parent d9b9a6b commit 6f53988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion must-gather/collection-scripts/gather
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ done
## Get Operator pod logs
mkdir must-gather/odh-operator || echo "Error creating odh-operator directory"
oc logs deployment/opendatahub-operator -n openshift-operators >> must-gather/odh-operator/pod.log

/usr/bin/gather-data-science-pipelines
/usr/bin/gather-model-mesh
/usr/bin/gather-notebooks
exit 0

5 changes: 0 additions & 5 deletions must-gather/collection-scripts/gather-data-science-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ oc adm inspect namespace/"$i" --dest-dir=must-gather || echo "Error getting logs

done

## Get Data Science Pipelines Operator pod logs
mkdir must-gather/data-science-pipelines-operator || echo "Error creating data-science-pipelines-operator directory"
oc logs deployment/data-science-pipelines-operator-contoller-manager -n openshift-operators >> must-gather/data-science-pipelines-operator/pod.log

exit 0

0 comments on commit 6f53988

Please sign in to comment.