-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
4.11
-
Important
-
None
-
Rejected
-
False
-
Description of problem:
The oc-mirror CLI plug-in from portal downloads oc-mirror.tar.gz which has "oc-mirror" binary file. As the command name is 'oc-mirror' which includes hyphen, the 'oc mirror help' will not work. -------------- $ oc mirror help error: unknown command "mirror" for "oc" -------------- -------------- $ oc-mirror help | head -1 Create and publish user-configured mirrors with a declarative configuration input. --------------
Version-Release number of selected component (if applicable):
4.11
How reproducible:
Steps to Reproduce:
1] Section "3.4.5.1. Installing the oc-mirror OpenShift CLI plug-in" of below documentation, https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/installing/disconnected-installation-mirroring#oc-mirror-creating-image-set-config_installing-mirroring-disconnected 2] 3.4.6. Creating the image set configuration https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/installing/disconnected-installation-mirroring#oc-mirror-creating-image-set-config_installing-mirroring-disconnected
Actual results:
plugin binary name is 'oc-mirror' so 'oc mirror' does not work.
Expected results:
There are multiple instances of 'oc mirror' command which should be replace with 'oc-mirror' command.
Additional info:
Even in 4.10 documentation, there are references of 'oc mirror' command.