-
|
Hi all, I have a baremetal (UPI) OKD (v4.15) cluster composed by 13 nodes. According to the documentation the jump to 4.16 requires to "swtich" the VMs SO from FCOS to SCOS. Instead of doing the cluster upgrade (4.15 FCOS -> 4.16 SCOS), I will create a new cluster with a version > 4.16 (most probably fresh installation of OKD 4.19). The question is that according, to the documentation for doing a baremetal (UPI) installation of OKD 4.19, the nodes require FCOS (https://docs.okd.io/4.19/installing/installing_bare_metal/upi/installing-bare-metal.html#installation-minimum-resource-requirements_installing-bare-metal), but if I am not wrong OKD (>=4.16) uses SCOS instead of FCOS. I did not find anything later telling that the installer now uses SCOS so am I right and the installation for any OKD version requires first FCOS and later during the installation this SO is switched automatically to SCOS?. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! Yes you are correct, we did switch to SCOS after 4.15. The docs are outdated and should say SCOS and not FCOS, especially in the 4.19 version. Sorry for the confusion
|
Beta Was this translation helpful? Give feedback.
-
|
No, it's not more required to install FCOS first. The following command gives you the download location of the installer ISO: openshift-install coreos print-stream-json \\
| jq -r .architectures.x86_64.artifacts.metal.formats.iso.disk.locationand this is an scos 10 live image ;-) |
Beta Was this translation helpful? Give feedback.
No, it's not more required to install FCOS first.
The following command gives you the download location of the installer ISO:
and this is an scos 10 live image ;-)