The cherry-pick did not get picked up. So this will take more time.
Verified this bug on 4.8.0-0.nightly-2021-09-13-115830 1. Tested with the following file $cat ca.crt -----BEGIN CERTIFICATE----- xxxxxxx -----END CERTIFICATE-----[zzhao$ 2. oc create configmap custom-ca49 --from-file=ca-bundle.crt=/home/zzhao/bug_1961811/ca.crt -n openshift-config 3. oc patch proxy/cluster --type=merge --patch='{"spec":{"trustedCA":{"name":"custom-ca49"}}}' 4. oc get cm -n openshift-config-managed trusted-ca-bundle -o yaml > trusted-ca 5. $ cat trusted-ca | grep yo= -A 3 Mn9OTfIwCuXDuvQwp5s7vZ56mpqJYKJ9lyo= -----END CERTIFICATE----- # ACCVRAIZ1 -----BEGIN CERTIFICATE-----
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.8.12 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:3511