Created
October 2, 2020 15:29
-
-
Save ams0/5302448d098d4bdfc894208fca67994b 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-clone | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
storageClassName: managed-ultra-csi | |
resources: | |
requests: | |
storage: 100Gi | |
dataSource: | |
kind: PersistentVolumeClaim | |
name: winhd | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment