Created
October 2, 2020 15:25
-
-
Save ams0/c1de51613636613a86f34b42e2980c5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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