Hi to all,
I'm a newbie in Kubevirt world so I'm doing some experiences with Minikube plus the Kubevirt addon.
My scenario is: I created a Windows_VM on the Minikube node (the Minikube Linux machine is hosted under a Windows10 real machine); the Window_VM is running correctly because I see the following info:
PS C:\WINDOWS\system32> minikube kubectl -- get vmi
NAME AGE PHASE IP NODENAME
win2k12-iso 23m Running 172.17.0.20 minikube
I tried two ways:
1) The Kubevirt command (vnc) but it fails
PS C:\WINDOWS\system32> minikube kubectl -- virt vnc win2k12-iso
{"component":"","level":"info","msg":"connection timeout: 1m0s","pos":"vnc.go:144","timestamp":"2021-03-03T11:34:29.805402Z"}
Error encountered: could not find remote-viewer or vncviewer binary in $PATH
Error: exit status 1
2) The interesting example @
but, also in this case, something not works. If I trie to acces with the browser with the
and
PS C:\WINDOWS\system32> minikube kubectl -- get service -n kubevirt
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubevirt-operator-webhook ClusterIP 10.106.142.203 <none> 443/TCP 38h
kubevirt-prometheus-metrics ClusterIP 10.108.9.17 <none> 443/TCP 38h
virt-api ClusterIP 10.100.79.249 <none> 443/TCP 38h
virtvnc NodePort 10.109.40.6 <none> 8001:30971/TCP 36h
Many thanks in advance
Best regards
Leonard