Skip to content
  1. May 16, 2019
    • Timoses's avatar
      Only pull images for destined host groups (#4735) · 13f225e6
      Timoses authored
      Without this, pulls are considered for all
      hosts groups, even if not targetted by the downloads
      `groups` list. Hence, a download/sync is triggered
      even though the host does not require the image.
      13f225e6
  2. May 14, 2019
  3. May 10, 2019
  4. May 09, 2019
  5. May 08, 2019
  6. May 07, 2019
  7. May 06, 2019
  8. May 04, 2019
  9. May 03, 2019
  10. May 02, 2019
  11. May 01, 2019
    • Timoses's avatar
      Enable delegating all downloads (binaries, images, kubeadm images) (#4420) · d6fd0d2a
      Timoses authored
      * Download to delegate and sync files when download_run_once
      
      * Fail on error after saving container image
      
      * Do not set changed status when downloaded container was up to date
      
      * Only sync containers when they are actually required
      
      Previously, non-required images (pull_required=false as
      image existed on target host) were synced to the target
      hosts. This failed as the image was not downloaded to
      the download_delegate and hence was not available for
      syncing.
      
      * Sync containers when only missing on some hosts
      
      * Consider images with multiple repo tags
      
      * Enable kubeadm images pull/syncing with download_delegate
      
      * Use kubeadm images list to pull/sync
      
      'kubeadm config images pull' is replaced by collecting the images
      list with 'kubeadm config images list' and using the commonly
      used method of pull/syncing the images.
      
      * Ensure containers are downloaded and synced for all hosts
      
      * Fix download/syncing when download_delegate is a kubernetes host
      d6fd0d2a
    • MarkusTeufelberger's avatar
  12. Apr 30, 2019
  13. Apr 29, 2019
Loading