Bug 1661009

Summary: [dedicated] Accessing internal registry docs need to be updated
Product: OpenShift Online Reporter: Will Gordon <wgordon>
Component: DocumentationAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.xCC: aos-bugs
Target Milestone: ---   
Target Release: ---   
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: 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 Will Gordon 2018-12-19 19:54:11 UTC
Document URL: https://docs.openshift.com/dedicated/dev_guide/managing_images.html

Section Number and Name: Accessing the Internal Registry

Describe the issue: OSD customer's should not be accessing the internal registry via IP:port. Specifically, this line needs to be updated

> $ docker login -u <user_name> -e <email_address> \
    -p <token_value> <registry_server>:<port>

Suggestions for improvement: 

"<registry_server>:<port>" should be updated with "OpenShift Dedicated registry URL" with a link to https://docs.openshift.com/dedicated/getting_started/access_your_services.html#access-your-cluster-overview to show the customer what their registry URL would look like.

Additional information: None

Comment 1 Will Gordon 2018-12-19 19:55:39 UTC
Or replacing "<registry_server>:<port>" with "https://registry.<cluster-id>.openshift.com" directly may make the snippet cleaner. I'll leave the proper implementation up to the assignee.