Created
February 22, 2018 17:43
-
-
Save dav1x/6da8fa55b5dee93e5c6c37201dbfa42f 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
[root@master-0 ~]# oc get pvc | |
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE | |
registry-claim Bound pvc-bfe49fb6-17fa-11e8-ba01-005056a5c09a 5Gi RWO standard 37m | |
[root@master-0 ~]# oc get sc | |
NAME PROVISIONER AGE | |
standard (default) kubernetes.io/vsphere-volume 38m | |
[root@master-0 ~]# oc describe pvc | |
Name: registry-claim | |
Namespace: default | |
StorageClass: standard | |
Status: Bound | |
Volume: pvc-bfe49fb6-17fa-11e8-ba01-005056a5c09a | |
Labels: <none> | |
Annotations: pv.kubernetes.io/bind-completed=yes | |
pv.kubernetes.io/bound-by-controller=yes | |
volume.beta.kubernetes.io/storage-provisioner=kubernetes.io/vsphere-volume | |
Finalizers: [] | |
Capacity: 5Gi | |
Access Modes: RWO | |
Events: | |
Type Reason Age From Message | |
---- ------ ---- ---- ------- | |
Normal ProvisioningSucceeded 38m persistentvolume-controller Successfully provisioned volume pvc-bfe49fb6-17fa-11e8-ba01-005056a5c09a using kubernetes.io/vsphere-volume |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment