Bug 1704382
| Summary: | [DOCS] Provide a way to find your registry | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Rich <erich> |
| Component: | Documentation | Assignee: | Brandi Munilla <bmcelvee> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Wenjing Zheng <wzheng> |
| Severity: | high | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | low | ||
| Version: | 4.1.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| 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-06-03 13:54:51 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: | |||
| Bug Depends On: | 1704381 | ||
| Bug Blocks: | |||
|
Description
Eric Rich
2019-04-29 15:58:50 UTC
Be aware of https://bugzilla.redhat.com/show_bug.cgi?id=1704381 as it needs to happen before addressing this bug. We should document: > $ podman login -u openshift -p $(oc whoami -t) $(oc get route -n openshift-image-registry default-route -o jsonpath='{.status.ingress[*].host}{"\n"}') We may need to provide a note about `--tls-verify=false` as the registry (by default may not use trusted certificate - this all depends on configuration). > $ podman login --tls-verify=false -u openshift -p $(oc whoami -t) $(oc get route -n openshift-image-registry default-route -o jsonpath='{.status.ingress[*].host}{"\n"}') Thanks again, Eric! I'm addressing the "accessing" procedure in the following PR: https://github.com/openshift/openshift-docs/pull/14986 This is another one of the handful of registry-related bugs I'm addressing in the single PR. Wenjing, would you mind please taking a look too? Thanks! Comments are added to pull request. Since some comments are not addressed, so move this bug to assigned. I think I can move this bug to verified, just a small issue which I have commented in the pr. Thanks so much! PR merged. |