This repository contains the documentation for KubeVirtBMC — out-of-band management for virtual machines on Kubernetes using IPMI and Redfish. The docs cover installation, configuration, architecture, API reference, and user guides (IPMI, Redfish, virtual media).
The site is built with Zensical using the zensical.toml configuration.
From the repository root:
make zensical-serveThis creates a virtual environment (if needed), installs Zensical, and starts the dev server at http://127.0.0.1:8000 with live reload.
To remove the virtual environment and generated site:
make zensical-cleanup