K8s pvc STATUS Pending

1 개요[ | ]

k8s pvc Pending
$ kubectl get pvc
NAME             STATUS    VOLUME   CAPACITY   ACCESS MODES   STORAGECLASS   AGE
mysql-pv-claim   Pending                                      standard       24s
$ kubectl describe pvc mysql-pv-claim | grep ^Events: -A3
Events:
  Type       Reason                Age                  From                         Message
  ----       ------                ----                 ----                         -------
  Normal     WaitForFirstConsumer  13s (x14 over 3m9s)  persistentvolume-controller  waiting for first consumer to be created before binding

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}