K8s Pod ContainerCreating

(K8s pod ContainerCreating에서 넘어옴)

1 개요[ | ]

$ kubectl get pod deploy1-68fbd02ac-q9755
NAME                      READY   STATUS              RESTARTS   AGE
deploy1-68fbd02ac-q9755   0/1     ContainerCreating   0          3h
$ kubectl describe pod deploy1-68fbd02ac-q9755 | grep ^Events: -A4
Events:
  Type     Reason              Age                    From                                                      Message
  ----     ------              ----                   ----                                                      -------
  Warning  FailedMount         6m19s (x74 over 171m)  kubelet, worker1  Unable to mount volumes for pod "deploy1-68fbd02ac-q9755_default(dfb3ea57-9cf1-46b8-02d5-7a9ce13680b2)": timeout expired waiting for volumes to attach or mount for pod "default"/"deploy1-68fbd02ac-q9755". list of unmounted volumes=[deploy1-persistent-storage]. list of unattached volumes=[deploy1-persistent-storage default-token-v7zzb]
  Warning  FailedAttachVolume  2m19s (x83 over 169m)  attachdetach-controller                                   (combined from similar events): AttachVolume.Attach failed for volume "deploy1-pv" : Error attaching EBS volume "vol-02468f1b35da7ce9b" to instance "i-0c2e46a81dfb3e57e": "UnauthorizedOperation: You are not authorized to perform this operation. Encoded authorization failure message: GIKMO2_4QyS-aU_c...."

root@wsl:~# kubectl get pod -A -owide | grep ContainerCreating
ingress-nginx        ingress-nginx-controller-7b76f68b64-8hmg2    0/1     ContainerCreating   0          9m30s   <none>       kind-control-plane   <none>           <none>
kube-system          metrics-server-v0.7.0-678fb547bb-5wgk9       0/2     ContainerCreating   0          9m30s   <none>       kind-control-plane   <none>           <none>
metallb-system       speaker-hjgcb                                0/1     ContainerCreating   0          9m29s   172.19.0.2   kind-control-plane   <none>           <none>

2 같이 보기[ | ]

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