KubeVirt

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 18 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 18 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 16 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 16 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 16 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 16 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 18 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 18 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 16 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 16 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 15 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 12 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 15 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 16 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 12 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 12 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 10 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 9 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy kubevirt
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • image-registry | string

    Default: quay.io

    Source registry of metrics server images. By setting to a value, each image listed in the releases manifest has its image-registry replaced. If unset, the manifests will use the image registry from the kube-control relation example) juju config kube-virt image-registry='quay.io' juju config kube-virt --reset image-registry

  • operator-release | string

    Specify the version of kubevirt as defined by the release tags of https://github.com/kubevirt/kubevirt/releases/tags example) juju config kube-virt operator-release='v0.58.0' A list of supported versions is available through the action: juju run-action kube-virt/leader list-releases --wait To reset by to the latest supported by the charm use: juju config kube-virt --reset operator-release The current release deployed is available by viewing juju status kube-virt

  • pvc-tolerate-less-space-up-to-percent | int

    Default: 10

    Filesystem PVCs: Since not every storage provisioner provides volumes with the exact usable amount of space as requested (e.g. due to filesystem overhead), KubeVirt tolerates up to 10% less available space.

  • software-emulation | boolean

    Whether to allow software-emulation of VMs true: allows such behavior false: disallows such behavior unset: automatically determined by the group of units example) juju config kube-virt software-emulation=true juju config kube-virt software-emulation=false juju config kube-virt --reset software-emulation