Add qemu test
This commit is contained in:
parent
c8548503e6
commit
5d1b8e06b7
1 changed files with 14 additions and 0 deletions
14
generic/qemu-test.yaml
Normal file
14
generic/qemu-test.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: qemu
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: alpine
|
||||||
|
image: alpine:3.15
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
args:
|
||||||
|
- sh
|
||||||
|
- -c
|
||||||
|
- "apk update && apk add qemu-block-rbd qemu-system-x86_64; sleep 1000000"
|
Loading…
Reference in a new issue