Does coreos-installer support https or nfs endpoints for ignition_url and image_url during installation of RHOCP4.x?
Issue
- Does
coreos-installersupporthttpsornfsendpoints forignition_urlandimage_urlduring installation of Red Hat OpenShift Container Platform 4.x? - The
ignitionfile and theimagefile is hosted onhttpsendpoints. Hence, the commandline for installation is as follows.
coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.image_url=https://192.168.122.180/OCP45/rhcos.raw.gz coreos.inst.ignition_url=https://192.168.122.180/OCP45/bootstrap.ign
- The installation fails with the error below.
[ 127.985326] coreos-installer[821]: failed fetching image headers from https://192.168.122.180/OCP45/rhcos.raw.gz: 35
- For
nfsendpoints, the command line is as follows.
coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.image_url=nfs:192.168.122.180:/nfs/share/metal.raw.gz coreos.inst.ignition_url=nfs:192.168.122.180:/nfs/share/bootstrap.ign
- Whereas the error is same for
NFShosted files.
[ 9.458137] coreos-installer[842]: failed fetching image headers from nfs:192.168.122.180:/nfs/share/metal.raw.gz: 3
Environment
- Red Hat OpenShift Container Platform 4.5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.