Bug 2047331 - global pull secret not working in OCP4.7.4+ for additional private registries
Summary: global pull secret not working in OCP4.7.4+ for additional private registries
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: ImageStreams
Version: 4.7
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.9.z
Assignee: Nichita Gutu
QA Contact: XiuJuan Wang
URL:
Whiteboard:
Depends On: 1984592
Blocks: 2052097
TreeView+ depends on / blocked
 
Reported: 2022-01-27 16:06 UTC by OpenShift BugZilla Robot
Modified: 2022-10-12 02:55 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-14 12:00:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-openshift-apiserver-operator pull 491 0 None open [release-4.9] Bug 2047331: global pull secret not working in OCP4.7.4+ for additio… 2022-01-27 16:07:07 UTC
Red Hat Knowledge Base (Solution) 6476871 0 None None None 2022-04-19 09:58:11 UTC
Red Hat Product Errata RHBA-2022:0488 0 None None None 2022-02-14 12:01:26 UTC

Comment 1 XiuJuan Wang 2022-01-28 08:49:15 UTC
Verified this bug from pr https://github.com/openshift/cluster-openshift-apiserver-operator/pull/491 version 
1. export the current secret 
$ oc get secret/pull-secret -n openshift-config --template='{{index .data ".dockerconfigjson" | base64decode}}' >pullsecret.orig
2. $ cp pullsecret.orig pull.json
3. Modify registry+secret to pull.json
4. reimport the secret
$ oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson=./pull.json
5. wait for roll out and veryfy, e.g. via 
$ for node in `oc get no |awk -F " " '/Ready/ {print $1}'`; do oc debug node/$node -- chroot /host cat /var/lib/kubelet/config.json;done
6. Diff the secret, the secret are same
$ oc -n openshift-apiserver rsh apiserver-XXXXnnnn-xxxx cat /var/lib/kubelet/config.json | jq '.auths."registry.redhat.io".auth'  > apipod-pullsecret
$ diff pull.json apipod-pullsecret
Import a image from the private registry, imported successfully.

Comment 6 errata-xmlrpc 2022-02-14 12:00:57 UTC
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.9.21 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-2022:0488


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