RedHat-EMEA-SSA-Team / hetzner-ocp4

Installing OCP 4 on single bare metal server.
Apache License 2.0
183 stars 114 forks source link

update at force reinstall #310

Closed rbaumgar closed 5 months ago

rbaumgar commented 5 months ago

Description

Checklist/ToDo's

rbaumgar commented 5 months ago

update at force reinstall documentation

rbo commented 5 months ago

The OC command is create. You can also use:

$ openshift-install coreos print-stream-json | jq '.architectures.x86_64.artifacts.qemu.formats."qcow2.gz".disk.location'
"https://rhcos.mirror.openshift.com/art/storage/prod/streams/4.14-9.2/builds/414.92.202310210434-0/x86_64/rhcos-414.92.202310210434-0-qemu.x86_64.qcow2.gz"

Or just download at: https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.15/4.15.0/rhcos-4.15.0-x86_64-qemu.x86_64.qcow2.gz

rbaumgar commented 5 months ago

The command I found is the command fitting to your running cluster...

rbo commented 5 months ago

Agree, is very nice. I would like to document all three ways...

rbaumgar commented 5 months ago

what is the third way?

rbo commented 5 months ago

Fixed & merged...