You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
vm1.yaml | 1 year ago | |
vm2-networking.yaml | 1 year ago | |
vm3-cirros.yaml | 1 year ago | |
vm4-masquerade.yaml | 1 year ago |
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.
Things to clarify
- re-using images
- letting users upload images
- cloud init (??)
- terraform?
- reschedule (IPs?)
- live migration