When I tried to start the pod, the image I was trying to pull from docker hub became failed to pull image every time and the image could not be pulled
There seems to be a network access problem with the current minikube driver vm and hyperkit, which could be resolved by setting the driver to docker and starting it.
$ minikube start --driver=docker
        Recommended Posts