Hi all,
I'm not sure this forum is the right place for this question, if not please direct me to the right one.
I'm trying out kubevirt with okd on baremetal.
So far it works fine with virtctl and I can spin up vm's from templates, access the console and the network seems to be working ok.
However, the vm is not visible in the okd console page, and the template tab takes me to a blanc page (as in a white sheet of paper in landscape... nothing on it not even the okd menu and buttons.)
I installed kubevirt using the following steps
export RELEASE=v0.42.1
oc create namespace kubevirt
oc create serviceaccount kubevirt-operator
oc adm policy add-scc-to-user privileged -n kubevirt -z kubevirt-operator
oc
apply -f https://github.com/kubevirt/kubevirt/releases/download/${RELEASE}/kubevirt-operator.yaml
wait for all the pods to start and then I was able to spin up a vm from a template using virtctl.
However the okd console did not see the vm and the template page was a blanc.
Did I forget something ?
Rob