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

Can pull kubernetes/pause image from private docker-registry? #4896

Closed
Fangfenghua opened this issue Feb 27, 2015 · 6 comments
Closed

Can pull kubernetes/pause image from private docker-registry? #4896

Fangfenghua opened this issue Feb 27, 2015 · 6 comments
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@Fangfenghua
Copy link

For security reasons, in our lab servers cannot access the Internet, therefore in the experiment we use private repository rather than docker-hub.When i play kubernetes, found that it pull kubernetes/pause image from the docker-hub.Cant we push kubernetes/pause iamge to our private repository,then let
kubernetes pull the images from private docker-regitry?

@thockin
Copy link
Member

thockin commented Feb 27, 2015

@dchen1107

At some point in the past we discussed a flag or something to tell kubelet what the 'pause' container was. e.g. --docker_pod_image=kubernetes/pause or something

@dchen1107
Copy link
Member

Yes, it should be easy to add this support.

@dchen1107 dchen1107 added sig/node Categorizes an issue or PR as relevant to SIG Node. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Feb 27, 2015
@dchen1107
Copy link
Member

cc/ @ArtfulCoder

@iano123
Copy link

iano123 commented Mar 6, 2015

Im having the same issue

@vmarmol
Copy link
Contributor

vmarmol commented Mar 9, 2015

This flag already exists on the Kubelet: --pod_infra_container_image. You can set this flag on the Kubelet to the private registry and that image will be used instead.

Closing this, feel free to open another issue if you run into any troubles with this :)

@ZPerling
Copy link

ZPerling commented Nov 1, 2019

This flag already exists on the Kubelet: --pod_infra_container_image. You can set this flag on the Kubelet to the private registry and that image will be used instead.

Closing this, feel free to open another issue if you run into any troubles with this :)

How can I do this settings in kubeadm config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

6 participants