Skip to content

Instantly share code, notes, and snippets.

@fabiand
Last active February 10, 2023 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiand/55ba39fdfc27906732c7d11f4d133713 to your computer and use it in GitHub Desktop.
Save fabiand/55ba39fdfc27906732c7d11f4d133713 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment