Skip to content

Instantly share code, notes, and snippets.

@fabiand
Created April 21, 2020 21:06
Show Gist options
  • Save fabiand/553c3f40de6783d7c55d35967b5a8532 to your computer and use it in GitHub Desktop.
Save fabiand/553c3f40de6783d7c55d35967b5a8532 to your computer and use it in GitHub Desktop.
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachine
metadata:
name: testvm
spec:
running: false
template:
metadata:
labels:
team: Tiger
spec:
domain:
devices:
disks:
- disk:
bus: virtio
name: rootfs
interfaces:
- name: default
resources:
requests:
memory: 1GB
networks:
- name: default
pod: {}
volumes:
- name: rootfs
persistentVolumeClaim:
claimName: fedora32-fabiand-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment