Closed
Description
When i used kubectl create pod ,always fail for
image pull failed for gcr.io/google_containers/pause-amd64:3.0
, I found a solution from 26873 , It need to change kubelet's pod-infra-container-image parameter .
Is minikube has param behave as kubelete's pod-infra-container-image parameter ?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
dlorenc commentedon Aug 11, 2016
Hey,
Thanks for the report. To support this we'd need to add a flag or config setting that gets passed into localkube, and change localkube to support this flag.
dlorenc commentedon Aug 11, 2016
We'll consolidate this into the bigger issue of running minikube without internet access: #391
pmatety commentedon May 2, 2017
Got it, i was able to pass --extra-config=kubelet.PodInfraContainerImage, but i still have another problem, kubectl run is trying to pull the image from docker hub, not using my local downloaded image. Created this kubernetes/kubernetes#45226