Deploying OpenShift IPI on KVM (Baremetal Simulation with Redfish & Sushy)
If the article gave you a "Yet Another Openshift Setup Guide"(Sorry YAML, I stole some letters) feel, I don't blame you!(This is an indication of how much free time i have, lol!) While this isn't a...

Source: DEV Community
If the article gave you a "Yet Another Openshift Setup Guide"(Sorry YAML, I stole some letters) feel, I don't blame you!(This is an indication of how much free time i have, lol!) While this isn't a typical How-To guide (I lied!) ,I'll tell you why this is different - Openshift doesn't support IPI method of installation on KVM (ironical huh? not supporting their own siblings) but there's a hack that allows you to do it(ofcourse! you can only use it for labs!!) The Layout (okay! Architecture diagram) The components A KVM host(Our protagonist!) DNSmasq built-in with KVM A.K.A our Antagonist! Sushy (not the dish, this is a Redfish emulator) VM's (The masters and the Workers) A note on prerequisites and Hardware requirements you can check the H/W requirements for openshift in Redhat's or OKD's official documentation here 1. Assembling components for the Virtual Machines Adding disks to our Masters and Slaves. qemu-img create -f qcow2 /var/lib/libvirt/images/master-1.qcow2 120G qemu-img crea