ungleich-k8s/kubevirt
Nico Schottelius 26c0b967a1 Add vm3 2021-06-08 09:08:57 +02:00
..
README.md Add vm3 2021-06-08 09:08:57 +02:00
vm1.yaml ++kubevirt 2021-06-07 22:05:22 +02:00
vm2-networking.yaml kubevirt: add vm2 + notes 2021-06-07 22:50:19 +02:00
vm3-cirros.yaml Add vm3 2021-06-08 09:08:57 +02:00

README.md

Host tunings

To fix

"component":"virt-handler","level":"error","msg":"Error starting tun
device plugin","pos":"device_controller.go:73","reason":"failed to add
the device root path to the watcher: no such file or
directory","timestamp":"2021-06-07T20:15:48.557412Z"

use

modprobe tun

To fix

  Warning  FailedScheduling  67s (x2 over 69s)  default-scheduler  0/4
  nodes are available: 1 node(s) had taint
  {node-role.kubernetes.io/master: }, that the pod didn't tolerate, 3
  Insufficient devices.kubevirt.io/vhost-net.

modprobe vhost_net

Failing to create tap devices

failed to configure vmi network: Critical network error: error
creating tap device named tap0; failed to create tap device tap0: exit
status 1

Unknown reason. Encountered in kubevirt v0.35.0.