23c9071c30
* File and container image downloads are now cached localy, so that repeated vagrant up/down runs do not trigger downloading of those files. This is especially useful on laptops with kubernetes runnig locally on vm's. The total size of the cache, after an ansible run, is currently around 800MB, so bandwidth (=time) savings can be quite significant.
* When download_run_once is false, the default is still not to cache, but setting download_force_cache will still enable caching.
* The local cache location can be set with download_cache_dir and defaults to /tmp/kubernetes_cache
* A local docker instance is no longer required to cache docker images; Images are cached to file. A local docker instance is still required, though, if you wish to download images on localhost.
* Fixed a FIXME, wher the argument was that delegate_to doesn't play nice with omit. That is a correct observation and the fix is to use default(inventory_host) instead of default(omit). See ansible/ansible#26009
* Removed "Register docker images info" task from download_container and set_docker_image_facts because it was faulty and unused.
* Removed redundant when:download.{container,enabled,run_once} conditions from {sync,download}_container.yml
* All features of commit
|
||
---|---|---|
.. | ||
calico_peer_example | ||
figures | ||
img | ||
_sidebar.md | ||
ansible.md | ||
arch.md | ||
atomic.md | ||
aws.md | ||
azure.md | ||
calico.md | ||
cloud.md | ||
cni.md | ||
comparisons.md | ||
contiv.md | ||
coreos.md | ||
cri-o.md | ||
debian.md | ||
dns-stack.md | ||
downloads.md | ||
flannel.md | ||
getting-started.md | ||
ha-mode.md | ||
integration.md | ||
kube-router.md | ||
kubernetes-reliability.md | ||
large-deployments.md | ||
multus.md | ||
netcheck.md | ||
openstack.md | ||
opensuse.md | ||
packet.md | ||
proxy.md | ||
recover-control-plane.md | ||
roadmap.md | ||
test_cases.md | ||
upgrades.md | ||
vagrant.md | ||
vars.md | ||
vsphere.md | ||
weave.md |