-
Bug
-
Resolution: Done
-
Minor
-
4.14.z
-
Low
-
No
-
False
-
Description of problem:
OC binary link and openshift-install binary link are not pointing to correct location for s390x in Openshift Doc.
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Steps to Reproduce:
1. Open this link which used for zVM installation. https://docs.openshift.com/container-platform/4.14/installing/installing_sno/install-sno-installing-sno.html#installing-sno-on-ibm-z_install-sno-installing-sno-with-the-assisted-installer
2. modify Step 3 with below content. curl -k https://mirror.openshift.com/pub/openshift-v4/$ARCH/clients/ocp/$OCP_VERSION/openshift-client-linux.tar.gz -o oc.tar.gz
3. And modify Step 4 with below content. curl -k curl -k https://mirror.openshift.com/pub/openshift-v4/$ARCH/clients/ocp/$OCP_VERSION/openshift-install-linux.tar.gz -o openshift-install-linux.tar.gz
4. Same need to be repeated KVM installation. And below is the link for KVM installation steps. https://docs.openshift.com/container-platform/4.14/installing/installing_sno/install-sno-installing-sno.html#installing-sno-on-ibm-z-kvm_install-sno-installing-sno-with-the-assisted-installer
Actual results:
Expected results:
Additional info: