-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.14
-
None
-
Critical
-
No
-
Hypershift Sprint 241, Hypershift Sprint 242
-
2
-
Proposed
-
False
-
Description of problem:
Currently, we unconditionally use an image mapping from the management cluster if a mapping exists for ocp-release-dev or ocp/release. When the individual images do not use those registries, the wrong mapping is used.
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Always
Steps to Reproduce:
1.Create an ICSP on a management cluster: apiVersion: operator.openshift.io/v1alpha1 kind: ImageContentSourcePolicy metadata: name: image-policy-39 spec: repositoryDigestMirrors: - mirrors: - quay.io/openshift-release-dev/ocp-release - pull.q1w2.quay.rhcloud.com/openshift-release-dev/ocp-release source: quay.io/openshift-release-dev/ocp-release 2. Create a HostedCluster that uses a CI release
Actual results:
Nodes never join because ignition server is looking up the wrong image for the CCO and MCO.
Expected results:
Nodes can join the cluster.
Additional info:
- links to
-
RHSA-2023:5006 OpenShift Container Platform 4.14.z security update
- mentioned on