Bug 1661009 - [dedicated] Accessing internal registry docs need to be updated
Summary: [dedicated] Accessing internal registry docs need to be updated
Keywords:
Status: NEW
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Documentation
Version: 3.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-12-19 19:54 UTC by Will Gordon
Modified: 2023-05-15 19:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.