Practical Use Cases
Use this page when you need to connect the UI to concrete host-side outcomes.
Bring Up A Local SNO Cluster
Use this when you want a local OpenShift SNO environment on one KVM host without losing the install logic in a one-off shell session.
- Open the Cockpit plugin on the host.
- Choose the single-node control plane shape.
- Supply cluster identity, pull secret, SSH key, DNS, VIP, and static node networking.
- Review generated
install-config.yaml,agent-config.yaml, guest plan,static-network-configs.yaml, and thevirt-installplan. - Launch deployment from the same workspace.
The UI preserves the generated installer inputs and keeps the deployment step tied to the host model that will run it.
Bring Up A Compact Cluster
Use this when you need a three-control-plane local OpenShift footprint and still want a guided local workflow.
- Use the create flow.
- Select
3control plane nodes. - Set the host sizing and bridge model.
- Review the generated node plan, discovery plan, and static host networking YAML.
- Deploy from the final review step.
The plugin keeps cluster intent, generated YAML, and VM plan review in one operator surface instead of scattering them across local files and terminal history.
Review Generated Artifacts
The dangerous part of local OpenShift bring-up is deploying with the wrong network values, VIPs, or guest shape.
- Stay in the create workflow until the review step.
- Inspect rendered
install-config.yaml. - Inspect rendered
agent-config.yaml. - Inspect
static-network-configs.yaml, the guest plan, and thevirt-installplan. - Deploy only after the values match the intended host plan.
The review step turns the plugin into a verification surface, not just a form.
Return Later To See What Exists
After deployment, use the cluster list in Cockpit to find cluster type, creation time, version, provider identity, and next actions.
- Return to the cluster list.
- Filter the fleet view by name or cluster type.
- Open the cluster overview page for one cluster.
- Use the overview details, notices, and actions instead of reconstructing state from libvirt manually.
Reprovision Or Destroy
Local labs and proof-of-concept environments are often reprovisioned after destructive testing. Use the same tool that created the cluster for cleanup.
- Return to cluster inventory or cluster overview.
- Choose Reprovision to recreate the cluster from saved configuration, or choose Destroy to remove it.
- Let the local backend handle the lifecycle path it already understands.
Creation, reprovision, and cleanup stay in one operational boundary, reducing drift between the install path and the lifecycle actions.