Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

downloads.md

  • Timoses's avatar
    d6fd0d2a
    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
    History
    Enable delegating all downloads (binaries, images, kubeadm images) (#4420)
    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