Created
February 20, 2018 17:19
-
-
Save dav1x/f25a8168cd771072f1a8c5861339d21c 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 sc | |
NAME PROVISIONER AGE | |
standard (default) kubernetes.io/vsphere-volume 18m | |
[root@master-0 ~]# oc describe sc | |
Name: standard | |
IsDefaultClass: Yes | |
Annotations: storageclass.beta.kubernetes.io/is-default-class=true | |
Provisioner: kubernetes.io/vsphere-volume | |
Parameters: datastore=ose3-vmware-prod | |
ReclaimPolicy: Delete | |
Events: <none> | |
[root@master-0 ~]# oc get pvc | |
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE | |
registry-claim Pending 20m | |
[root@master-0 ~]# oc describe pvc | |
Name: registry-claim | |
Namespace: default | |
StorageClass: | |
Status: Pending | |
Volume: | |
Labels: <none> | |
Annotations: <none> | |
Finalizers: [] | |
Capacity: | |
Access Modes: | |
Events: | |
Type Reason Age From Message | |
---- ------ ---- ---- ------- | |
Normal FailedBinding 35s (x86 over 20m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment