updated_at: 2025-05-15 07:54

다양한 에러 메시지 및 해결법

pod status 관련

1. ImagePullBackOff

kubectl describe pod {POD NAME} -n {namespace}
kubectl describe pod phpfpm-nginx-example
  Warning  Failed     3m14s (x5 over 6m5s)  kubelet            Failed to pull image "nginx:1.7.9": Error response from daemon: failed to get converter for "docker.io/library/nginx:1.7.9": Pulling Schema 
1 images have been deprecated and disabled by default since containerd v2.0. As a workaround you may set an environment variable `CONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1`, but this will be com
pletely removed in containerd v2.1.
  Warning  Failed     3m14s (x5 over 6m5s)  kubelet            Error: ErrImagePull
  Normal   BackOff    66s (x19 over 6m5s)   kubelet            Back-off pulling image "nginx:1.7.9"
  Warning  Failed     55s (x20 over 6m5s)   kubelet            Error: ImagePullBackOff

2. Init:CrashLoopBackOff

평점을 남겨주세요
평점 : 2.5
총 투표수 : 1

질문 및 답글