Skip to content

"Connecting Applications with Services" tutorial fails due to deprecated image #51003

Closed as duplicate of#50363
@mrthrailkill

Description

@mrthrailkill

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.language/enIssues or PRs related to English languagetriage/duplicateIndicates an issue is a duplicate of other open issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions