I just started to read about kubevirt and I can find it very interesting platform. I just have a question what are the supported OS or VM images can be used to run as a kubevirt VM ?
I can see some images like the cirros (i.e. quay.io/kubevirt/cirros-container-disk-demo), fidora and other samples in the github.. but lets say I need to use a different OS which is not listed in the kubevirt repo either very old or a new release, is it possible to use it to run a kubevirt VM and how.
Actually I tried to search about that and I found some resources which recommend to use the PVC plugin to upload the ISO as a PVC, PFB, then use this PVC as an OfflineVirtualMachine. Is this way a proper way to do the same or we have to follow another approach?
$ kubectl plugin pvc create ubuntu1704 1Gi $PWD/ubuntu-17.04-server-amd64.iso disk.imgThanks in advance :)
--
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/02a533bc-3f29-461f-90eb-c026838d9afan%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/969e1bd0-ef92-496f-9efa-78b8b12e1b73n%40googlegroups.com.
Thanks Daniel .. I will go through these resources as well.I was so excited to make a VM works in k8s and I tried to go through the docs shared by Stu quickly :D . I created the disk volume and a VM as well successfully. But when I am trying to access the console I am getting below message and a blinking prompt by which I am not able to write anything. I know I need to provide more details about what the steps and the manifest files I used, this I may do in another thread, but I need to trace it myself first. Unfortunately, I am not able to find any error or warning in the VMI or the VM instances' events how can I trace what is wrong with the VM and why it stuck in this state ?Also is there any quick guide how to run a VM from iso/img as kubevirt VM ?
> virtctl console customvm
Successfully connected to photoncustomvm console. The escape sequence is ^]
On Monday, August 22, 2022 at 10:42:32 AM UTC+2 Daniel Hiller wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/b7315c70-22c9-487f-83be-7c45423bd5ccn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/CA%2BNAZzz6Z6_WO91r_-h9QOtL3F7dTjQp8%2BhN3Vf%3D2aBXaXXcjw%40mail.gmail.com.
Unfortunately, still I am not able to access the created VM. How to check and trace the issue ?I used the CDI to create the data volume with ISO and VID files with no luck .. are these formats ok or I have to use a specific file format (i.e. .raw ) ?
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/54f546df-2fe6-4a41-946c-5f4a592ba4a1n%40googlegroups.com.