Skip to main content
Version: latest

KubeVirt

KubeVirt is a virtual machine management add-on for Kubernetes clusters. Create predefine virtual machines using KubeVirt, and Palette will provision KubeVirt as an Add-on Pack to manage the VM resources within the orchestrator.


Version Supported

0.51.0



Notable Parameters

manifests:
KubeVirt-operator:
# Enable Emulation (when no nested virtualization enabled)
useEmulation: true
KubeVirt-cr:
contents: |
apiVersion: KubeVirt.io/v1
kind: KubeVirt
metadata:
name: KubeVirt
namespace: KubeVirt
spec:
certificateRotateStrategy: {}
configuration:
developerConfiguration:
featureGates: []
customizeComponents: {}
imagePullPolicy: IfNotPresent
workloadUpdateStrategy: {}

References