7-3 PVC pending
来源:1-1 课前必读

aumujun
2021-06-23
[root@master k8s]# kc describe pvc www-web-0
Name: www-web-0
Namespace: default
StorageClass: my-storage-class
Status: Pending
Volume:
Labels: app=nginx
Annotations: <none>
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: web-0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning ProvisioningFailed 2m31s (x26 over 8m39s) persistentvolume-controller storageclass.storage.k8s.io "my-storage-class" not found
请帮忙看看怎么解决
写回答
1回答
-
清风
2021-06-23
"my-storage-class" not found需要先创建"my-storage-class" storage class
012021-06-24
相似问题