Add some metadata to make bing happy.

This commit is contained in:
Michael Lipp 2025-02-23 11:47:13 +01:00
parent c582763fbf
commit 5b8b47f95c
8 changed files with 26 additions and 3 deletions

View file

@ -14,7 +14,7 @@ spec:
# repository: ghcr.io # repository: ghcr.io
# path: mnlipp/org.jdrupes.vmoperator.runner.qemu-alpine # path: mnlipp/org.jdrupes.vmoperator.runner.qemu-alpine
# version: "3.0.0" # version: "3.0.0"
source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:feature-auto-login
pullPolicy: Always pullPolicy: Always
permissions: permissions:

View file

@ -1,5 +1,9 @@
--- ---
title: "VM-Operator: Administrator View — Provides an overview of running VMs" 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 layout: vm-operator
--- ---

View file

@ -1,5 +1,8 @@
--- ---
title: "VM-Operator: Controller — Reconciles the VM CRs" 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 layout: vm-operator
--- ---

View file

@ -1,6 +1,9 @@
--- ---
title: Run VMs on Kubernetes using Qemu/KVM and SPICE 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. 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 layout: vm-operator
--- ---

View file

@ -1,5 +1,8 @@
--- ---
title: "VM-Operator: The Manager — Provides the controller and a web user interface" 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 layout: vm-operator
--- ---

View file

@ -1,5 +1,9 @@
--- ---
title: "VM-Operator: The Runner — Starts and monitors a VM" 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 layout: vm-operator
--- ---

View file

@ -1,5 +1,7 @@
--- ---
title: "VM-Operator: Upgrading — Issues to watch out for" 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 layout: vm-operator
--- ---

View file

@ -1,5 +1,9 @@
--- ---
title: "VM-Operator: User View — Allows users to manage their own VMs" 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 layout: vm-operator
--- ---