Debug School

Rajesh Kumar
Rajesh Kumar

Posted on

kubernetes error: test --port=8989 imagePullPolicy=Never

objective

I have several docker images that I want to use with minikube. I don't want to first have to upload and then download the same image instead of just using the local image directly. How do I do this?

What i tired
I have several docker images that I want to use with minikube. I don't want to first have to upload and then download the same image instead of just using the local image directly. How do I do this?

Error

kubectl run hdfs --image=fluxcapacitor/hdfs:latest --port=8989
kubectl run hdfs --image=fluxcapacitor/hdfs:latest --port=8989 imagePullPolicy=Never
Enter fullscreen mode Exit fullscreen mode

Top comments (0)