flowchart
qPlatform["Current platform?"]
qBM["With Bare-Metal nodes?"]
qAZ["Special AZ needs?"]
to-UPI["Use UPI"]
to-hypershift["Use Hypershift"]
qPlatform -- UPI-none --> qBM
qBM -- no --> qAZ
qBM -- yes --> to-hypershift
qAZ -- yes --> to-UPI
qAZ -- no --> to-hypershift
qPlatform -- IPI-ovirt --> qBM
qPlatform -- IPI-vsphere --> to-hypershift
Last active
February 10, 2023 09:17
-
-
Save fabiand/55ba39fdfc27906732c7d11f4d133713 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment