-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.13, 4.14, 4.15, 4.16, 4.17
-
None
-
None
-
False
-
Description of problem:
openshift-installer shall fail when the arch of the vm type mismatch with the architecture.
Version-Release number of selected component (if applicable):
4.17
How reproducible:
Always
Steps to Reproduce:
1.download amd64 installer 2.generate the install-config.yaml 3.edit install-config.yaml,to use s390x vm type (eg:bz2e-4x16,bz2-8x32), architecture is amd64
controlPlane: architecture: amd64 hyperthreading: Enabled name: master platform: ibmcloud: type: bz2-8x32 replicas: 3
or
compute: - architecture: amd64 hyperthreading: Enabled name: worker platform: ibmcloud: type: bz2-4x16 replicas: 3
4. invoke the installer
Actual results:
When master node use s390x arch vm type: Install failed after 15 minutes, “Image OS architecture amd64 is not supported by the instance profile bz2-8x32” When worker node use s390x arch vm type: Install failed after more than 1 hour.”Got 0 worker nodes”
Expected results:
Prompt the vm type is not match with the architecture immediately.
Additional info: