PUBLIC_IP=192.168.122.80 ORIGIN_VERSION=v3.9.0-alpha.3 ./run_latest_build.sh
oc login -u system:admin
oc adm policy add-cluster-role-to-user cluster-admin system:admin
# deploy kubevirt
oc project kube-system
oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:kubevirt-privileged
oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:kubevirt-controller
oc apply -f
https://github.com/kubevirt/kubevirt/releases/download/v0.3.0-alpha.1/kubevirt.yamloc create -f vm-ephemeral.yml