Jump to content

bongoman

Validating
  • Posts

    1
  • Joined

  • Last visited

  1. I am trying to provision QEmu/KVM to run a Kubernetes cluster based on Ubuntu Cloud Image instances. I am using the latest release of Armbian on 16GB Rock 5B. Release kernel. After a relatively smooth setup I am able to provision and run instances. virt-install --connect qemu:///system --virt-type kvm --name virt1 --ram 2048 --vcpus=2 --os-variant ubuntu22.04 --disk path=/root/VMImages/virt1/virt1.qcow2,device=disk --disk path=/root/VMImages/virt1/virt1-seed.qcow2,device=disk --import --network network=default,model=virtio,mac=$MAC_ADDR --noautoconsole Everything works and I am able to log into the instance, but for some reason I am seeing 100% CPU load when the instance is idle. Obviously that is not good. Any pointers are welcome. Thanks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines