Bug 1767237

Summary: [Docs] Add a note on needing to login to registry.redhat.io before deploying operator for non-OLM case
Product: OpenShift Container Platform Reporter: John Matthews <jmatthew>
Component: Migration ToolingAssignee: Avital Pinnick <apinnick>
Status: CLOSED CURRENTRELEASE QA Contact: Xin jiang <xjiang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.2.0CC: sregidor, xjiang
Target Milestone: ---   
Target Release: 4.2.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: 2019-11-06 12:06:00 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 John Matthews 2019-10-31 00:13:13 UTC
We should add a step for 'podman login registry.redhat.io' in below section before we begin to issue the podman commands

https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/migration/migrating-openshift-3-to-4#installing-migration-operator-manually_migrating-openshift-3-to-4


Add something like the below:

"Please ensure you have already logged into registry.redhat.io with your customer portal credentials and are able to pull images"

Example:
# podman login registry.redhat.io
Username: myusername
Password: ************
Login Succeeded!


See: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/working-with-container-images_building-running-and-managing-containers#pulling-images-from-registries_building-running-and-managing-containers

Comment 2 Xin jiang 2019-11-04 02:37:11 UTC
Verified.