fix: add small guide for ctrl as VM in libvirt - #324
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.
| - Disable secure boot: | ||
| ```xml | ||
| <os firmware='efi'> | ||
| <firmware> | ||
| <feature enabled='no' name='secure-boot'/> | ||
| </firmware> | ||
| </os> | ||
| ``` |
| 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). |
b6435c7 to
7689f65
Compare
Frostman
left a comment
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
Signed-off-by: Logan Blyth <logan@githedgehog.com>
Signed-off-by: Logan Blyth <logan@githedgehog.com>
ede6e27 to
26ecf26
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
docs/install-upgrade/virtual-machines.md:42
- The sentence about gateway performance is grammatically incorrect ("There are no minimum performance guarantee"). This should be singular ("There is no") or pluralize "guarantees".
- There are no minimum performance guarantee when the gateway is in a VM.
docs/install-upgrade/install.md:99
- This reads like a sentence fragment and includes trailing whitespace. Consider rephrasing to clearly describe how to ensure a stable IP (DHCP reservation vs. static config) and remove the extra trailing space.
This control node should be given a static IP address. Either a lease or
statically assigned.
Signed-off-by: Logan Blyth <logan@githedgehog.com>
Signed-off-by: Logan Blyth <logan@githedgehog.com>
Signed-off-by: Logan Blyth <logan@githedgehog.com>
26ecf26 to
ed4a9bf
Compare
closes #322