helm-charts
helm-charts copied to clipboard
[BUG ][Opensearch]-ImagePullBackOff
I am deploying an OpenSearch application on Kubernetes locally
I have the following error, "ImagePullBackOff", I have tried to troubleshoot the cause to no avail
I am following the official documentation on OpenSearch Helm installation
Helm - OpenSearch documentation


I am having a similar and probably related problem trying to pull that busybox image when installing the opendashboard helm:
Failed to pull image "busybox:latest": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/busybox:latest": failed to resolve reference "docker.io/library/busybox:latest": failed to do request: Head "https://registry-1.docker.io/v2/library/busybox/manifests/latest": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:51475->[::1]:53: read: connection refused
Hey @daniel-dodoo @Lobosque we should be able to fetch the docker images, please make sure there are no issues with docker setup from your client side, also the opensearch images are now available in ECR, you can try to fetch from ECR repo https://opensearch.org/docs/latest/opensearch/install/docker/
2.2.0: Pulling from opensearchproject/opensearch
017c82d6391f: Pull complete
d192a8214bfc: Pull complete
e3d96ac441d0: Pull complete
58812b24fd36: Pull complete
4f4fb700ef54: Pull complete
cd70a404e73a: Pull complete
0d27a856ae42: Pull complete
Digest: sha256:597907e7d80ed6b532d2a64efd4f50daec5258511a1c71d6d911ebe3849bc059
Status: Downloaded newer image for opensearchproject/opensearch:2.2.0
docker.io/opensearchproject/opensearch:2.2.0
I am getting an Imagepullbackoff error deploying a kubernetes application on wsl but I have no issues with deploying a different workstation, host or vm?
Any idea what could be the possible cause to the error? @prudhvigodithi