Failed to pull image "bitnami/kubectl:latest

Today, I tried to create a new namespace with this command “everestctl namespaces add mysqlx” for mysql operator, but Job “everest-operators-installer-…” failed with this error:

Failed to pull image “bitnami/kubectl:latest”: rpc error: code = NotFound desc = failed to pull and unpack image “docker.io/bitnami/kubectl:latest”: failed to resolve reference “docker.io/bitnami/kubectl:latest”: docker.io/bitnami/kubectl:latest: not found

I also tried to pull image manually but got the error:
docker pull bitnami/kubectl:latest
Error response from daemon: failed to resolve reference “docker.io/bitnami/kubectl:latest”: docker.io/bitnami/kubectl:latest: not found

1 Like

Hi @VladoDov , thanks for reporting this :folded_hands:

The issue is happening because Bitnami has deprecated the public images on Docker Hub, including bitnami/kubectl:latest. That’s why the pull is failing.

Good news → we’re already rolling out new Everest charts today that remove the dependency on bitnami/kubectl and switch to a supported image. Once you update to the latest Everest charts, this problem will be resolved.

For more background, here’s the official Bitnami issue about the deprecation:
:link: https://github.com/bitnami/charts/issues/35164

We’ll keep you posted as soon as the updated charts are available.

We appreciate your patience!

Thanks @Edith-Puclla for the good news.

Hi @VladoDov we have published the ACTION REQUIRED: Percona Everest and Bitnami Container Catalog Changes ⚠️ post that includes instructions on how to proceed in cases like the one you faced.

1 Like