OCPEDGE-2733: feat: add SNO Bootsrap-in-Place (BiP) installation support#1914
OCPEDGE-2733: feat: add SNO Bootsrap-in-Place (BiP) installation support#1914fracappa wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @fracappa. Thanks for your PR. I'm waiting for a openshift-metal3 member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Adding the SNO deployment via Bootstrap-in-Place, where the master node bootstraps itself from a RHCOS live ISO with embedded ignition, eliminating the need for Ironic and a separate bootstrap VM.
51973ac to
bf89856
Compare
Adding the SNO deployment via Bootstrap-in-Place, where the master node bootstraps itself from a RHCOS live ISO with embedded ignition, eliminating the need for Ironic and a separate bootstrap VM.
How to use
SNO Bootstrap-in-Place (BiP) Installation
Bootstrap-in-Place deploys a Single Node OpenShift cluster without Ironic or a bootstrap VM. The single master node bootstraps itself from a RHCOS live ISO with embedded ignition.
1. Create config.sh
2. Deploy
CONFIG=config.sh make sno_bipThis runs steps 01-03 and 05-06 (Ironic step 04 is skipped), then:
3. Access the cluster
4. Cleanup
CONFIG=config.sh make clean