Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pull docker images into kubernets #18569

Closed
SnehaAdhikary opened this issue Apr 4, 2024 · 6 comments
Closed

Unable to pull docker images into kubernets #18569

SnehaAdhikary opened this issue Apr 4, 2024 · 6 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@SnehaAdhikary
Copy link

What Happened?

Error from server (BadRequest): container "first" in pod "first-6994cd9fc6-6rljc" is waiting to start: image can't be pulled.
image

Attach the log file

minikube_service_d2aad944dd4c1c18315f191f988ae7e8459743e8_0.log

Operating System

Windows

Driver

Docker

@T-Lakshmi
Copy link

@SnehaAdhikary,
is docker daemon running in your machine?
Also please verify the provided image is existing or not.

@T-Lakshmi
Copy link

/triage needs-information

@k8s-ci-robot k8s-ci-robot added the triage/needs-information Indicates an issue needs more information in order to work on it. label Apr 4, 2024
@SnehaAdhikary
Copy link
Author

SnehaAdhikary commented Apr 4, 2024

image
image
image

Yes docker is running and image is present in docker

@spowelljr
Copy link
Member

Hi @SnehaAdhikary, the issue is you have the image built on your Docker Desktop instance, but minikube has its own Docker instance running inside of it. The minikube Docker instance can't see the images in Docker Desktop. There are multiple ways to resolve this, the easiest would be to copy the image into minikube Docker using the minikube image save command.

Ex.

minikube image load <image>

minikube image list

@spowelljr spowelljr removed the triage/needs-information Indicates an issue needs more information in order to work on it. label Jun 12, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 10, 2024
@spowelljr
Copy link
Member

Hi @SnehaAdhikary, we haven't heard back from you, do you still have this issue?
There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.

I will close this issue for now but feel free to reopen when you feel ready to provide more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

5 participants