Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created October 29, 2018 15:44
Show Gist options
  • Select an option

  • Save j-griffith/51321a707ee790c954aeeea967c00c2b to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/51321a707ee790c954aeeea967c00c2b to your computer and use it in GitHub Desktop.
spec:
accessModes:
- ReadWriteOnce
storageClassName: csi-gce-pd
dataSource:
kind: PersistentVolumeClaim
name: pvc-1
..................
spec:
accessModes:
- ReadWriteOnce
storageClassName: csi-gce-pd
dataSource:
kind: VolumeSnapshotContent
name: vsc-1
...................
spec:
accessModes:
- ReadWriteOnce
storageClassName: csi-gce-pd
dataSource:
kind: Upload
name: foo.bar
path: /home/user/mydata # or by url
url: https://127.0.0.1/somedir
...................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment