Skip to content

Instantly share code, notes, and snippets.

@pupapaik
Created February 10, 2019 10:09
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 pupapaik/0d7bcb5399ff8c91e414ae872c30762d to your computer and use it in GitHub Desktop.
Save pupapaik/0d7bcb5399ff8c91e414ae872c30762d to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: glusterfs-efb3b155
spec:
accessModes:
- ReadWriteMany
storageClassName: ""
resources:
requests:
storage: 10Gi
volumeName: glusterfs-efb3b155
kubectl get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
glusterfs-efb3b155 Bound glusterfs-efb3b155 10Gi RWX 36m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment