Skip to content

Instantly share code, notes, and snippets.

@fabiand
Created October 29, 2019 10:54
Show Gist options
  • Save fabiand/5d04276ede21c4229345497f831aa7b9 to your computer and use it in GitHub Desktop.
Save fabiand/5d04276ede21c4229345497f831aa7b9 to your computer and use it in GitHub Desktop.
kind: VM
spec:
running: true
template: # BM
spec:
domain:
foo: bar
volumes:
- pvcName: myrootfs
ec2: # On AWS EC2
instance: # https://docs.aws.amazon.com/de_de/AWSEC2/latest/APIReference/API_Instance.html
instanceType: x.large
dnsName: foo.bar
blockDeviceMapping:
- deviceName: /dev/sda
volume: myrootfs
volumes:
- pvcName: myrootfs # Needs to be stored on AWS EBS https://kubernetes.io/docs/concepts/storage/volumes/#awselasticblockstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment