Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

must-gather: collects describe of subscription #1459

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions must-gather/collection-scripts/gather_namespaced_resources
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ commands_get+=("volumesnapshotcontent")
# collect oc output of OC desc commands
commands_desc=()
commands_desc+=("pods")
commands_desc+=("subscription")
commands_desc+=("storagecluster")
commands_desc+=("volumesnapshot -A")
commands_desc+=("volumesnapshotclass")
Expand All @@ -63,6 +64,7 @@ commands_desc+=("volumesnapshotcontent")
# collect yaml output of OC commands
oc_yamls=()
oc_yamls+=("csv")
oc_yamls+=("subscription")
oc_yamls+=("installplan")
oc_yamls+=("volumesnapshot -A")
oc_yamls+=("volumesnapshotclass")
Expand Down