Hello World KubeVirt VM example yaml is incorrect
Fix yaml file. Closes-bug: 2078817 Change-Id: If7561855925d0e7fafbdf45fc2bbab5702e609b5 Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
This commit is contained in:
parent
38ea0355b2
commit
31dd9f8714
@ -45,21 +45,19 @@ the |VM| via the console:
|
||||
apiVersion: kubevirt.io/v1
|
||||
kind: VirtualMachine
|
||||
metadata:
|
||||
labels:
|
||||
kubevirt.io/vm: vm-cirros
|
||||
name: vm-cirros
|
||||
spec:
|
||||
running: false
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
kubevirt.io/vm: vm-cirros
|
||||
kubevirt.io/domain: vm-cirros
|
||||
spec:
|
||||
domain:
|
||||
cpu:
|
||||
cores: 1
|
||||
devices:
|
||||
disks:
|
||||
-disk:
|
||||
bus: virtio
|
||||
- name: containerdisk
|
||||
disk:
|
||||
bus: virtio
|
||||
|
Loading…
Reference in New Issue
Block a user