Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
522 views
in Technique[技术] by (71.8m points)

kubernetes - How to use/enable kvm in amazon aws instances?

I am not able to run VMs in amazon aws EC2 using kubevirt (currently using t2.large & c5.large instance type). The VMs always get stuck in Scheduling and gives the message: 0/2 nodes are available: 2 Insufficient devices.kubevirt.io/kvm.

$ sudo kvm-ok
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used

How can I enable KVM in amazon aws instances

question from:https://stackoverflow.com/questions/65944922/how-to-use-enable-kvm-in-amazon-aws-instances

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Nested virtualization is something that needs to be enabled on the hypervisor.

There's nothing you can do in your VM, if Amazon did not allow it at their level. I don't think EC2 offers that option. You may want to look for some hosting provider offering with dedicated servers.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...