Skip to content
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

Does kubevirt installation work with Amazon EKS? #967

Open
jaspatel1 opened this issue Sep 4, 2024 · 2 comments
Open

Does kubevirt installation work with Amazon EKS? #967

jaspatel1 opened this issue Sep 4, 2024 · 2 comments
Labels

Comments

@jaspatel1
Copy link

What happened:
I created Amazon EKS and connected to cluster using kubectl.
https://kubevirt.io/quickstart_cloud/
i tried to install kubevirt and it gets stuck on deploying status with this error
kubectl logs kubevirt.kubevirt.io/kubevirt -n kubevirt

error: no kind "KubeVirt" is registered for version "kubevirt.io/v1" in scheme "pkg/scheme/scheme.go:28"

What you expected to happen:
I was expecting that all resources will be deployed, but it doesn't with above error.

Create Amazon EKS or any CSP cluster and try to follow this simple guide https://kubevirt.io/quickstart_cloud/

Environment:
k8s version 1.30
kubevirt latest

@aburdenthehand
Copy link
Contributor

@tiraboschi Is this something you can help with?

@tiraboschi
Copy link
Member

Kubevirt is expected to work on EKS.
See https://kubevirt.io/2023/KubeVirt-on-autoscaling-nodes.html for another example.

But please notice that it will require metal class nodes since AFAIK you will not get nested virtualization support on Amazon VMs.

You can try with SW emulation:

$ kubectl patch --namespace kubevirt kubevirts.kubevirt.io/kubevirt --type=merge --patch='{"spec":{"configuration":{"developerConfiguration":{"useEmulation":true}}}}'

but it will be terribly slow and not suited for any real use case.

@jaspatel1 do you have metal noded or did you at least tried with emulation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants