diff --git a/must-gather/collection-scripts/gather b/must-gather/collection-scripts/gather index f12eb35dc..57ecb8bf5 100755 --- a/must-gather/collection-scripts/gather +++ b/must-gather/collection-scripts/gather @@ -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 diff --git a/must-gather/collection-scripts/gather-data-science-pipelines b/must-gather/collection-scripts/gather-data-science-pipelines index 899a81ef7..fd9959b6a 100755 --- a/must-gather/collection-scripts/gather-data-science-pipelines +++ b/must-gather/collection-scripts/gather-data-science-pipelines @@ -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