Kubevirt Addon Link

Introduction

KubeVirt is an open-source project that enables virtual machines to be managed on a Kubernetes-managed platform. It accomplishes this by leveraging KVM, the Linux Kernel hypervisor, within a Kubernetes container. For a complete overview, visit our existing KubeVirt documentationarrow-up-right.

YAML Specification

apiVersion: sunpike.platform9.com/v1alpha2
kind: ClusterAddon
metadata:
  labels:
    sunpike.pf9.io/cluster: '<clsuuid>'
    type: kubevirt
  name: <clsuuid>-kubevirt
  namespace: default
spec:
  clusterID: '<clsuuid>'
  override: {}
  type: kubevirt
  version: 0.45.0
  watch: true

Last updated

Was this helpful?