Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

param behave as kubelet's pod-infra-container-image #473

Closed
wangweihong opened this issue Aug 11, 2016 · 3 comments
Closed

param behave as kubelet's pod-infra-container-image #473

wangweihong opened this issue Aug 11, 2016 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wangweihong
Copy link

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 ?

@dlorenc
Copy link
Contributor

dlorenc commented 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 dlorenc added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 11, 2016
@dlorenc
Copy link
Contributor

dlorenc commented Aug 11, 2016

We'll consolidate this into the bigger issue of running minikube without internet access: #391

@pmatety
Copy link

pmatety commented 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants