I have followed the helloword tutorial on http://kubernetes.io/docs/hellonode/.
When I run:
kubectl run hello-node --image=gcr.io/PROJECT_ID/hello-node
I had same error, this worked for me. Run
minikube status
if the response is
type: Control Plane host: Stopped kubelet: Stopped apiserver: Stopped kubeconfig: Stopped
run minikube start
minikube start
type: Control Plane host: Running kubelet: Running apiserver: Running kubeconfig: Configured
You can proceed