Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 8, 2020 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/df8f5ba0d433cac0da95ae3b84ebdfe4 to your computer and use it in GitHub Desktop.
Save gowatana/df8f5ba0d433cac0da95ae3b84ebdfe4 to your computer and use it in GitHub Desktop.
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: demo-pvc-vsan
labels:
demo: adv20201208
annotations:
volume.beta.kubernetes.io/storage-class: "vsan-default-storage-policy"
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment