-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Added Docker caching support for CoreOS-based cluster. #4378
Conversation
@thockin next step would be to get the same behavior in the "official way to bootstrap a cluster". Pointers where I should look at? |
This seems reasonable for CoreOS clusters. We already install a cache for GCE based clusters. We can use that as a model for other cloud providers. |
I would be interested in the same support being an optional add-on for salt based environments. |
@brendanburns @derekwaynecarr yes, I'd like to add this as an optional add-on for salted clusters. Some pointers would be great :-) |
@thockin are you the best person to assign this to? |
an update to this PR can be seen in #5254. (basically it comes from AntonioMeireles/kubernetes-vagrant-coreos-cluster) |
a more idiomatic take on kubernetes#4378. as a bonus, and to be nice on resources, an ultra lightweight docker-registry container is consumed. Signed-off-by: António Meireles <antonio.meireles@reformi.st>
a more idiomatic take on kubernetes#4378. as a bonus, and to be nice on resources, an ultra lightweight docker-registry container is consumed. Signed-off-by: António Meireles <antonio.meireles@reformi.st>
#5254 was merged. Closing. |
a more idiomatic take on kubernetes#4378. as a bonus, and to be nice on resources, an ultra lightweight docker-registry container is consumed. Signed-off-by: António Meireles <antonio.meireles@reformi.st>
This is meant primarily to speed-up Docker images (re)download across a Kubernetes cluster that sits on top of CoreOS nodes.
In the future, this can trivially evolve to a combo of private registry and mirror of public registry.
docker-registry
will run on master node withmirroring
configured. Minions will rundocker
with mirror set to the registry running in the master.