+ungleich virtualisation folder
This commit is contained in:
parent
5d1b8e06b7
commit
7b2757164a
2 changed files with 16 additions and 1 deletions
15
ungleich-virtualisation/README.md
Normal file
15
ungleich-virtualisation/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# VMs in Kubernetes
|
||||
|
||||
## Kubevirt
|
||||
|
||||
* Does not support live migration on RWO PVCs
|
||||
|
||||
## ungleich-virt
|
||||
|
||||
* Using ceph directly
|
||||
* But using rook for provisioning (?)
|
||||
|
||||
## Networking
|
||||
|
||||
* Multus (?)
|
||||
* Bridge
|
|
@ -11,4 +11,4 @@ spec:
|
|||
args:
|
||||
- sh
|
||||
- -c
|
||||
- "apk update && apk add qemu-block-rbd qemu-system-x86_64; sleep 1000000"
|
||||
- "apk update && apk add qemu qemu-block-rbd qemu-system-x86_64; sleep 1000000"
|
Loading…
Reference in a new issue