-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
4.18.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
wrong information blocks hcp cluster creation. It will block Dell Simship Product with openshift 4.18.1
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. connected environment with Internet. 2. prepare hcp cluster. 3. prepare AgentServiceConfig. then you will find its yaml is not correct.
Actual results:
oc get pods assisted-image-service-0 -n multicluster-engine -o yaml
{ "openshift_version": "4.18", "cpu_architecture": "x86_64", "url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/4.18.0-rc.2/rhcos-4.18.0-rc.2-x86_64-live.x86_64.iso", "version": "418.94.202411221729-0" }, ... { "openshift_version": "4.19", "cpu_architecture": "x86_64", "url": "https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/pre-release/dev-4.19/rhcos-dev-4.19-x86_64-live.x86_64.iso", "version": "418.94.202410090804-0" },
Expected results:
expect correct 4.18 iso only. correct path should be https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.18/4.18.1/rhcos-live.x86_64.iso 4.19 dev path should not in the list. I think it may lead latest image judgement mislead.
Additional info:
- is duplicated by
-
ACM-19146 Assisted image service pod stuck in `CrashLoopBackOff` state with MCE version 2.8.0
-
- Closed
-