You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: