[PATCH] docs: Mention KubeVirt in apps using Libvirt

KubeVirt uses Libvirt to manage virtual machines run in containers. Mention this in our apps page. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/apps.html.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/apps.html.in b/docs/apps.html.in index 99687c758d..bac1e36365 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -253,6 +253,13 @@ life-cycle, monitoring and so on. </dd> + <dt><a href="https://kubevirt.io/">KubeVirt</a></dt> + <dd> + KubeVirt is a virtual machine management add-on for Kubernetes. The aim + is to provide a common ground for virtualization solutions on top of + Kubernetes. + </dd> + <dt><a href="https://github.com/gustavfranssonnyvell/cherrypop">Cherrypop</a></dt> <dd> A cloud software with no masters or central points. Nodes -- 2.26.2

On a Monday in 2021, Michal Privoznik wrote:
KubeVirt uses Libvirt to manage virtual machines run in containers. Mention this in our apps page.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/apps.html.in | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano
participants (2)
-
Ján Tomko
-
Michal Privoznik