-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
4.14.z
-
None
-
No
-
False
-
Description of problem:
With 4.14 agent based installer provisioned OCP cluster(using "openshift-install agent create image ..." generate agent iso), there should have ImageDigestMirrorSet resource instead of ImageContentSourcePolicy. Red Hat is deprecating ICSP and have already made some efforts: https://issues.redhat.com/browse/OCPNODE-1258 https://github.com/openshift/installer/pull/6235 But by viewing the code changes in this PR: https://github.com/openshift/installer/pull/6235 Seems like it only worked for this command: "openshift-install create cluster --dir install-dir/"
Version-Release number of selected component (if applicable):
4.14
How reproducible:
100%
Steps to Reproduce:
1. Generate ISO 2. Install cluster 3. check for IDMS
Actual results:
ICSP is present but IDMS is missing
Expected results:
IDMS should be present
Additional info:
- duplicates
-
OCPBUGS-11665 Change ImageContentSources to ImageDigestSources
- Closed