Skip to content

Commit

Permalink
correct oc describe csidriver collection
Browse files Browse the repository at this point in the history
csidriver desc command is missing for clusterscoped
resources.
Also, oc describe csidriver command is wrongly added
to odf client collection

Signed-off-by: yati1998 <[email protected]>
  • Loading branch information
yati1998 authored and openshift-cherrypick-robot committed Jun 4, 2024
1 parent 4051945 commit 4d02825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions collection-scripts/gather_clusterscoped_resources
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commands_desc+=("pv")
commands_desc+=("ob")
commands_desc+=("sc")
commands_desc+=("nodes")
commands_desc+=("csidriver")
commands_desc+=("clusterversion")
commands_desc+=("infrastructures.config")
commands_desc+=("clusterrole")
Expand Down
2 changes: 1 addition & 1 deletion collection-scripts/gather_odf_client
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ done

# collect csidriver details
{ oc get csidriver; } >"${BASE_COLLECTION_PATH}/csidriver/get_csidriver" 2>&1
{ oc describe csidriver -o yaml; } >"${BASE_COLLECTION_PATH}/csidriver/desc_csidriver" 2>&1
{ oc describe csidriver; } >"${BASE_COLLECTION_PATH}/csidriver/desc_csidriver" 2>&1
{ oc get csidriver -o yaml; } >"${BASE_COLLECTION_PATH}/csidriver/csidriver.yaml" 2>&1

0 comments on commit 4d02825

Please sign in to comment.