-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow Docs for Kubevirt + CDI and Document any gotchas #7
Comments
got KubeVirt Operator installed and KubeVirt should come up after that. https://kubevirt.io/labs/manifests/vm.yaml this can be performed in Terraform or in the Flux portions of the repo |
@heyste can you add information on one of the kids day QEMU or similar images so @BobyMCbobs can make them boot tomorrow? |
|
Debugging here:
|
Hitting this issue: kubevirt/kubevirt#7078 (comment)
|
https://kubevirt.io/user-guide/operations/containerized_data_importer/#supported-image-formats
|
Looks like metadata:
name: "fedora"
spec:
storage:
volumeMode: block # or filesystem
accessModes:
- ReadWriteOnce # Necessary as it's no longer has a default
resources:
requests:
storage: 5Gi
source:
http:
url: "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.raw.xz" |
Still having trouble connecting via ssh:
|
Let's chat with @usrbinkat at KubCon, she's dig this I think. |
@hh did someone say kubevirt? :) |
@usrbinkat hello lovely human! I'm working on a system that will use kubevirt to help contributors develop and demo CNCF projects. I'm just now looping back to this after migrating the sharing.io cluster over to Hong Kong. I'd like to integrate these with cloud / web based collaborative environments. I think I am just running into learning curve issues with KubeVirt, getting a bit stuck in lab2: https://kubevirt.io/labs/kubernetes/lab2 The docs probably need to be updated to reflect the need for Probably needing to look at some logs for cdi, though initial glances through logs don't see any issues.
|
Note the minor updates we needed to get past the first errors. Now we are trying to debug the CDI import. This is a slightly modified version of the here-doc from https://kubevirt.io/labs/kubernetes/lab2: apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
name: "fedora"
spec:
storage:
volumeMode: block # or filesystem -- not in labs walkthrough, but seems required
accessModes: # -- also not in labs walkthrough, but required
- ReadWriteOnce # Necessary as it's no longer has a default
resources:
requests:
storage: 5Gi
source:
http:
url: "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-37-1.7.x86_64.raw.xz" |
Ideally we should be able to use KubeVirt as part of CAPI to deploy Talos
The text was updated successfully, but these errors were encountered: