Deploy Kubevirt¶
You can deploy Kubevirt using manifest files that are available from the Mirantis Azure CDN:
Run the following command to check KubeVirt readiness:
kubectl wait -n kubevirt-hyperconverged kv kubevirt-kubevirt-hyperconverged --for condition=Available --timeout 5m
Example output:
kubevirt.kubevirt.io/kubevirt-kubevirt-hyperconverged condition met
Run the following command to apply the manifest files:
kubectl apply -f
https://binary-mirantis-com.s3.amazonaws.com/kubevirt/hyperconverged-cluster-operator/hco-operator-20240912172342.yaml
kubectl apply -f https://binary-mirantis-com.s3.amazonaws.com/kubevirt/hyperconverged-cluster-operator/hco-cr-20240912172342.yaml