Skip to content

Pod failure with custom docker image #354

Answered by roymx
ruben-bc asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @rubenbc28 ,

This seems like a docker registry problem.
K8s seems unable to access your docker image called custom-nginx in the specified docker registry.
1- What docker registry did you specify in your scenario?
2- Make sure the docker-registry is accessible from K8s

More details...
After dockerizing your image, it will be present in the docker registry of the host where you dockerized.
If this docker registry is not accessible to K8s then it will not be able to pull the container.

  • nginx official image is probably accessible in a cloud registry, most certainly accessible from K8s
  • AdvantEDGE containers are pushed from the host computer docker registry to the meep-docker-registry co…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ruben-bc
Comment options

Answer selected by ruben-bc
Comment options

You must be logged in to vote
1 reply
@ruben-bc
Comment options

Comment options

You must be logged in to vote
1 reply
@ruben-bc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants