Bug 1976284
Summary: | [Azure] While mirroring images to private registry throwing error: invalid character '<' looking for beginning of value | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maciej Szulik <maszulik> | |
Component: | oc | Assignee: | Maciej Szulik <maszulik> | |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.7 | CC: | akaris, aos-bugs, christian.affolter, dahernan, dgautam, igarciam, jocolema, jokerman, kechung, ksathe, maszulik, mfojtik, mmohan, nbhatt, ngirard, oarribas, somalley, yinzhou | |
Target Milestone: | --- | |||
Target Release: | 4.7.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
During mirroring we create an authorization header with all the image information.
Consequence:
Some registries have limits on header size which are violated by the size.
Fix:
Force --skip-multiple-scopes for oc adm catalog mirror command.
Result:
Mirroring works as expected.
|
Story Points: | --- | |
Clone Of: | 1946839 | |||
: | 1976285 (view as bug list) | Environment: | ||
Last Closed: | 2021-07-06 11:38:40 UTC | Type: | --- | |
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: | 1946839 | |||
Bug Blocks: | 1976285 |
Comment 4
zhou ying
2021-07-01 08:38:31 UTC
[jzhang@dhcp-140-36 ~]$ ./oc version --client -o yaml clientVersion: buildDate: "2021-06-25T21:59:29Z" compiler: gc gitCommit: 8b4b09487463415374368af3bbc4ff2e6366477b gitTreeState: clean gitVersion: 4.7.0-202106252127.p0.git.8b4b094-8b4b094 goVersion: go1.15.7 major: "" minor: "" platform: linux/amd64 releaseClientVersion: 4.7.0-0.nightly-2021-06-26-014854 [root@localhost ~]# ./oc version --client -o yaml clientVersion: buildDate: "2021-06-30T05:26:58Z" compiler: gc gitCommit: 8b4b09487463415374368af3bbc4ff2e6366477b gitTreeState: clean gitVersion: 4.7.0-202106300359.p0.git.8b4b094-8b4b094 goVersion: go1.15.7 major: "" minor: "" platform: linux/amd64 releaseClientVersion: 4.7.0-0.nightly-2021-07-01-021451 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 (OpenShift Container Platform 4.7.19 bug fix update), 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-2021:2554 *** Bug 1970458 has been marked as a duplicate of this bug. *** |