Skip to content
  1. Jun 17, 2019
  2. Jun 14, 2019
  3. Jun 11, 2019
  4. Jun 10, 2019
    • Johnny Halfmoon's avatar
      Added file and container image caching (#4828) · 23c9071c
      Johnny Halfmoon authored
      * 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 d6fd0d2a by Timoses <timosesu@gmail.com>, merged May 1st 2019, are included in this patch. Not all code was included verbatim, but each feature of that commit was checked to be working in this patch. One notable change: The actual downloading of the kubeadm images was moved to {download,sync)_container, to enable caching.
      
      Note 1: I considered splitting this patch, but most changes that are not directly related to caching, are a pleasant by-product of implementing the caching code, so splitting would be impractical.
      
      Note 2: I have my doubts about the usefulness of the upload, download and upgrade tags in the download role. Must they remain or can they be removed? If anybody knows, then please speak up.
      23c9071c
    • Maxime Guyot's avatar
      Rebase only on PRs (#4861) · 14141ec1
      Maxime Guyot authored
      14141ec1
    • rptaylor's avatar
      remove namespace from ClusterRole (#4856) · 5bec2eda
      rptaylor authored
      5bec2eda
    • Matthew Mosesohn's avatar
      Remove invalid field dnsPolicy from podSecurityPolicy (#4863) · f504d0ea
      Matthew Mosesohn authored
      Change-Id: I02864011bf5fda5dbd35c7513c73875769036f87
      f504d0ea
    • Matthew Mosesohn's avatar
      Ensure haproxy and nginx reload when config changes (#4862) · 3b7797b1
      Matthew Mosesohn authored
      Change-Id: Ia9a41e7b1cfcb1e6acb2dbae6eecc541dce25a74
      3b7797b1
    • Aivars Sterns's avatar
      disable ansible group name warning (#4852) · aa63eb61
      Aivars Sterns authored
      aa63eb61
    • Andreas Krüger's avatar
      23aa3e46
    • Trond Hasle Amundsen's avatar
      Add support for IPv6 for Openstack in terraform.py via metadata (#4716) · 56ae3bfe
      Trond Hasle Amundsen authored
      * Add support for IPv6 for Openstack in terraform.py via metadata
      
      * document terraform.py metadata variables for openstack
      56ae3bfe
  5. Jun 09, 2019
  6. Jun 07, 2019
  7. Jun 06, 2019
  8. Jun 05, 2019
  9. Jun 04, 2019
Loading