Add some metadata to make bing happy.
This commit is contained in:
parent
c582763fbf
commit
5b8b47f95c
8 changed files with 26 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
title: "VM-Operator: Administrator View — Provides an overview of running VMs"
|
||||
description: >-
|
||||
Information about the administrator view of the VM-Operator, which provides
|
||||
an overview of the defined VMs, their state and resource consumptions and
|
||||
actions for starting, stopping and accessing the VMs.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: "VM-Operator: Controller — Reconciles the VM CRs"
|
||||
description: >-
|
||||
Information about the VM Operator's controller component its
|
||||
configuration options and the CRD used to define VMs.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: Run VMs on Kubernetes using Qemu/KVM and SPICE
|
||||
description: A solution for running VMs on Kubernetes with a web interface for admins and users. Focuses on running Qemu/KVM virtual machines and using SPICE as display protocol.
|
||||
title: "Run VMs on Kubernetes using QEMU/KVM and SPICE"
|
||||
description: >-
|
||||
A solution for running VMs on Kubernetes with a web interface for
|
||||
admins and users. Focuses on running QEMU/KVM virtual machines and
|
||||
using SPICE as display protocol.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: "VM-Operator: The Manager — Provides the controller and a web user interface"
|
||||
description: >-
|
||||
Information about the installation and configuration of the
|
||||
VM Operator.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
title: "VM-Operator: The Runner — Starts and monitors a VM"
|
||||
description: >-
|
||||
Description of the VM Operator's runner component which starts
|
||||
QEMU and thus the VM, optionally together with a TPM, in a
|
||||
kubenernetes pod and monitors everything.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
title: "VM-Operator: Upgrading — Issues to watch out for"
|
||||
description: >-
|
||||
Information about issues to watch out for when upgrading the VM-Operator.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
title: "VM-Operator: User View — Allows users to manage their own VMs"
|
||||
description: >-
|
||||
Information about the user view of the VM-Operator, which allows users
|
||||
to access and optionally manage the VMs for which they have the
|
||||
respective permissions.
|
||||
layout: vm-operator
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue