deploying spring-cloud-kubernetes kubernetes-hello-world-example fails deploying spring-cloud-kubernetes kubernetes-hello-world-example fails kubernetes kubernetes

deploying spring-cloud-kubernetes kubernetes-hello-world-example fails


You have the status of "ErrImagePull" which describes the pod state, try doing kubectl describe PODNAME -n NSNAME and see the complete description. Then you can find out what's happening. Probably you can find the image name and pull it manually:docker search IMAGENAMEon your worker node:docker pull IMAGENNAME:TAGif it fails, There's a chance that image was probably removed. Any case you need to provide more info.