[PATCH] docs: Mention KubeVirt in apps using Libvirt

Michal Privoznik posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/da6da999c54120cefc1fcffb4927600cea15c2da.1610376410.git.mprivozn@redhat.com
docs/apps.html.in | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] docs: Mention KubeVirt in apps using Libvirt
Posted by Michal Privoznik 3 years, 2 months ago
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

Re: [PATCH] docs: Mention KubeVirt in apps using Libvirt
Posted by Ján Tomko 3 years, 2 months ago
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