79304341

Date: 2024-12-23 22:02:28
Score: 2.5
Natty:
Report link

I ran into a similar issue, if not the same one. First, tag your image with a specific version. I.e. 'my_iamge:1.0'. Next, you may need to add an explicit 'imagePullPolicy: IfNotPresent' directly under the image reference for the container. Kubernetes will automatically change the pull policy to 'Always' if the tag is ':latest'. After I did that, Kubernetes running as part of Docker Desktop recognized the image I built in the docker image cache.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: k8s newbie 2024