Skip to content

Instantly share code, notes, and snippets.

@ams0
Created October 2, 2020 15:25
Show Gist options
  • Save ams0/c1de51613636613a86f34b42e2980c5a to your computer and use it in GitHub Desktop.
Save ams0/c1de51613636613a86f34b42e2980c5a to your computer and use it in GitHub Desktop.
kubectl apply -f - <<EOF
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: winhd
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi
storageClassName: managed-ultra-csi
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment