-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.17
-
None
-
Quality / Stability / Reliability
-
False
-
-
2
-
None
-
None
-
None
-
None
-
None
-
OSDOCS Sprint 268, SD OSDOCS Sprint 266
-
2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
There is a typo in the command provided for initializing the oc mirror tool under "Creating the image set configuration" section
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.Use the command
oc mirror init <--registry <storage_backend> > imageset-config.yaml from the documentation.
2. Observe the error due to incorrect syntax.
Actual results:
Expected results:
The command should be correctly documented as:
oc mirror init --registry <storage_backend> > imageset-config.yaml
Additional info: