Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09: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 velotiotech/97a4dcfbf0231b39fb951b64d0cb218c to your computer and use it in GitHub Desktop.
Save velotiotech/97a4dcfbf0231b39fb951b64d0cb218c to your computer and use it in GitHub Desktop.
# kubectl get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
claim1 Bound pvc-a7db18a7-9641-11e9-ab86-12e154d66096 1Gi RWX cephfs 2m
# kubectl get pv
NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE
pvc-a7db18a7-9641-11e9-ab86-12e154d66096 1Gi RWX Delete Bound default/claim1 cephfs 2m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment