Skip to content

Instantly share code, notes, and snippets.

@moto-timo
Created February 16, 2021 19:50
Show Gist options
  • Save moto-timo/27e39256ce3aad4da7b8ac0e0273d4fc to your computer and use it in GitHub Desktop.
Save moto-timo/27e39256ce3aad4da7b8ac0e0273d4fc to your computer and use it in GitHub Desktop.
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachineInstance
metadata:
labels:
special: ptest-host-disk
name: ptest-host-disk
spec:
domain:
devices:
disks:
- disk:
bus: sata
name: host-disk
machine:
type: ""
resources:
requests:
memory: 4096M
terminationGracePeriodSeconds: 0
volumes:
- hostDisk:
capacity: 1Gi
path: /srv/tekton/images/meta-python-ptest-image-qemux86-64.wic.qcow2
type: DiskOrCreate
name: host-disk
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment