Hey guys,
So I have followed the instructions given to set up minikube. I have an issue however. When I create an image locally I get a "ErrImagePull". I am running docker build and the image is definately present and I can log into the host with minikube ssh and docker run my image. I also see the following errror message:
Back-off pulling image "library/hellojs:latest"
It appears to append with library/ and I can only assume starts looking under GCE. This gentleman has the same issue:
How can I get a local image to run as a pod in minikube?
Cheers guys any help is greatly appreciated.