Bug 1447461
| Summary: | newest registry-console image for 3.4.1 fails at login | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Jones <erjones> |
| Component: | Image Registry | Assignee: | Peter <pvolpe> |
| Status: | CLOSED ERRATA | QA Contact: | ge liu <geliu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.4.1 | CC: | aos-bugs, rhowe, smunilla |
| 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: | 2017-05-11 12:32:18 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
Eric Jones
2017-05-02 21:34:36 UTC
Workaround to roll back to previous working version until fix is released.
$ oc patch dc -n default registry-console -p '[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"registry.access.redhat.com/openshift3/registry-console:3.4-6"}]' --type=json
Logs to confirm this is an issue:
# oc logs dc/registry-console
INFO: cockpit-ws: logged in user: someuser
MESSAGE: cockpit-protocol: couldn't read from connection: Error reading data from TLS socket: A TLS fatal alert has been received.
MESSAGE: cockpit-protocol: couldn't read from connection: Error reading data from TLS socket: A TLS fatal alert has been received.
Once bug fix is released change image tag to 3.4
$ oc patch dc -n default registry-console -p '[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"registry.access.redhat.com/openshift3/registry-console:3.4"}]' --type=json
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1226 |