Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1910319

Summary: Instructions for extracting opm use wrong path
Product: OpenShift Container Platform Reporter: Andreas Karis <akaris>
Component: DocumentationAssignee: Sara Thomas <sarthoma>
Status: CLOSED CURRENTRELEASE QA Contact: zhou ying <yinzhou>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 4.6CC: aos-bugs, dahorak, jokerman
Target Milestone: ---   
Target Release: 4.6.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-03 13:16:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Karis 2020-12-23 12:36:29 UTC
Document URL: 
https://docs.openshift.com/container-platform/4.6/cli_reference/opm-cli.html#opm-cli

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information: 


$ oc image extract registry.redhat.io/openshift4/ose-operator-registry:v4.6 \
    -a ${REG_CREDS} \
    --path /usr/bin/registry/opm:. \
    --confirm

This must be:

$ oc image extract registry.redhat.io/openshift4/ose-operator-registry:v4.6 \
    -a ${REG_CREDS} \
    --path /usr/bin/opm:. \
    --confirm

Use --loglevel=20 to verify location of files. In OCP 4.6, the path is /ysr/bin/opm

Comment 4 Sara Thomas 2021-01-28 20:12:11 UTC
Here are the new PRs. This change actually only applies to 4.5 and 4.6 so disregard the other changes in 4.7.

https://github.com/openshift/openshift-docs/pull/28933
https://github.com/openshift/openshift-docs/pull/28935

Comment 5 zhou ying 2021-01-29 02:01:10 UTC
Have review the doc.

Comment 6 Sara Thomas 2021-01-29 13:11:54 UTC
Changing to release pending.

Comment 7 Sara Thomas 2021-02-03 21:27:17 UTC
You can see the updates here: