fix: add small guide for ctrl as VM in libvirt#324
Open
mrbojangles3 wants to merge 2 commits into
Open
Conversation
|
🚀 Deployed on https://preview-324--hedgehog-docs.netlify.app |
There was a problem hiding this comment.
Pull request overview
Adds guidance to the installation docs for running the Control Node (“controller”) as a VM, while clarifying that this setup is not officially supported.
Changes:
- Adds a “Controller as Virtual Machine” section with libvirt-oriented recommendations.
- Adds a cross-reference from the “Install Control Node” section to the new VM guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+133
to
+140
| - Disable secure boot: | ||
| ```xml | ||
| <os firmware='efi'> | ||
| <firmware> | ||
| <feature enabled='no' name='secure-boot'/> | ||
| </firmware> | ||
| </os> | ||
| ``` |
Comment on lines
+89
to
+92
| This control node should be given a static IP address. Either a lease or | ||
| statically assigned. Running the control node as a virtual machine isn't | ||
| officially supported but there are recommendations [in this | ||
| section](#controller-as-virtual-machine). |
Signed-off-by: Logan Blyth <logan@githedgehog.com>
mrbojangles3
force-pushed
the
logan/controllerVM
branch
from
July 21, 2026 14:06
b6435c7 to
7689f65
Compare
Signed-off-by: Logan Blyth <logan@githedgehog.com>
Frostman
requested changes
Jul 22, 2026
Frostman
left a comment
Member
There was a problem hiding this comment.
Should we make some separate page under the install-upgrade section with a notice that while VM controller isn't officially supported, here are the recommendations on how to run it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #322