Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guestbook-go/guestbook-controller.yaml imagepullbackoff #554

Open
craigboman opened this issue Mar 1, 2025 · 2 comments
Open

guestbook-go/guestbook-controller.yaml imagepullbackoff #554

craigboman opened this issue Mar 1, 2025 · 2 comments

Comments

@craigboman
Copy link
Contributor

The image: registry.k8s.io/guestbook:v3 is causing an imagePullBackOff error. I don't think this image is still available. Can't find it anywhere. Currently guestbook-controller.yaml is broken until we can resolve the imagepullbackoff error by fixing the image. Doesn't seem to be an issue with any other images, just this one. However, I haven't tried applying any of the subsequent yaml in the example setup readme for the guestbook-go cluster.

@AmarNathChary
Copy link

If you have access to the pod’s events or logs could you share the detailed error message associated with the ImagePullBackOff

@parth-srivastav
Copy link

I ran a describe on the pods - this is the full error that I saw

Failed to pull image "registry.k8s.io/guestbook:v3": failed to pull and unpack image "registry.k8s.io/guestbook:v3": failed to get converter for "registry.k8s.io/guestbook:v3": 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 completely removed in containerd v2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants