Closed as duplicate of#50363
Closed as duplicate of#50363
Description
Running the radial/busyboxplus:curl for nslookup fails now:
70s Normal Pulling pod/curl Pulling image "radial/busyboxplus:curl"
69s Warning Failed pod/curl Failed to pull image "radial/busyboxplus:curl": [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/radial/busyboxplus:curl to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
69s Warning Failed pod/curl Error: ErrImagePull
56s Normal BackOff pod/curl Back-off pulling image "radial/busyboxplus:curl"
56s Warning Failed pod/curl Error: ImagePullBackOff
I was able to get through the tutorial by substituting the image in the command kubectl run curl --image=radial/busyboxplus:curl -i --tty --rm
with image=busybox
.