kompose icon indicating copy to clipboard operation
kompose copied to clipboard

Cannot pull image

Open ScottLinnn opened this issue 3 years ago • 1 comments

I convert a docker-compose.yaml into a single file and tried to run it by using kubectl apply -f my-kompose.yaml. However, most of my services failed to run. The error message displayed in minukube dashboard is:
Failed to pull image "my-service": rpc error: code = Unknown desc = Error response from daemon: pull access denied for my-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I have tried docker login before conversion, but this error persists. Are there any possible ways to fix this?
Thanks!!

ScottLinnn avatar Jun 22 '22 22:06 ScottLinnn

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

This bot triages issues and PRs 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 or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

k8s-triage-robot avatar Sep 20 '22 22:09 k8s-triage-robot

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

This bot triages issues and PRs 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 or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

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

/lifecycle rotten

k8s-triage-robot avatar Oct 20 '22 22:10 k8s-triage-robot

Hey @ScottLinnn, Could you please provide us with the docker-compose file, so that we can help you with this issue? 🎉

AhmedGrati avatar Oct 27 '22 22:10 AhmedGrati

It's solved. Thanks

ScottLinnn avatar Oct 27 '22 22:10 ScottLinnn

how did you solve it ScottLinnn? It would be a big help

thanks

JamesCalleja avatar Jan 05 '23 13:01 JamesCalleja