diff --git a/must-gather/bin/gather_knative b/must-gather/bin/gather_knative index 08fe8cfaa0..dd18d8a119 100755 --- a/must-gather/bin/gather_knative +++ b/must-gather/bin/gather_knative @@ -69,3 +69,6 @@ done NAMESPACE=$(${BIN} get pods --all-namespaces -l name=knative-openshift -o jsonpath="{.items[0].metadata.namespace}") ${BIN} adm inspect namespace ${NAMESPACE} --dest-dir=${LOGS_DIR} + +# Collect CRDs for use with omc +${BIN} adm inspect customresourcedefinition.apiextensions.k8s.io --dest-dir=${LOGS_DIR}