Skip to content
  1. Jun 09, 2019
  2. Jun 05, 2019
    • Sergey Nuzhdin's avatar
      Add support for arm images for hyperkube, kubeadm and cni_binary (#4261) · 07cb8ebe
      Sergey Nuzhdin authored
      * Add support for arm images for hyperkube, kubeadm and cni_binary
      
      * Add dummy etcd checksum for arm
      
      This commit adds dummy etcd checksum for arm to avoid "no attribute" error
      during setup.
      
      * Add etcd host assert check
      
      * Add 1.13.4 checksums of kubeadm and hyperkube for arm
      
      * Update checksums of kubeadm and hyperkube for arm
      
      * Add dummy checksums for calicoctl_binary_checksums dict
      
      * disable gather_facts because it causes tests to fail
      
      * Remove architecture check for etcd, due to unable to run tests
      07cb8ebe
  3. Jun 04, 2019
  4. May 03, 2019
  5. 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
  6. Apr 26, 2019
  7. Apr 25, 2019
  8. Apr 24, 2019
  9. Apr 19, 2019
  10. Apr 17, 2019
  11. Apr 15, 2019
  12. Apr 11, 2019
  13. Apr 10, 2019
  14. Apr 09, 2019
  15. Apr 08, 2019
  16. Apr 07, 2019
  17. Apr 04, 2019
  18. Apr 01, 2019
  19. Mar 27, 2019
  20. Mar 07, 2019
  21. Feb 28, 2019
  22. Feb 26, 2019
    • Peter Metz's avatar
      feat(external-provisioner): adds support for local-path-provisioner (#4232) · 26ca5841
      Peter Metz authored
      * feat(external-provisioner/local-path-provisioner): adds support for local path provisioner
      
      Helpful for local development but also in production workloads (once the
      permission model is worked out) where you have redundancy built into the
      software uses the PVCs (e.g. database cluster with synchronous
      replication)
      
      * feat(local-path-provisioner): adds debug flag, image tag group var
      
      * fix(local-path-provisioner): moves image repo/tag to download role
      
      * test(gce_centos7-flannel): enables local-path-provisioner in test case
      
      * fix(addons): add image repo/tag to commented default values
      
      * fix(local-path-provisioner): typo in jinja template for local path provisioner
      
      * style(local-path-provisioner): debug flag condition re-formatted
      
      * fix(local-path-provisioner): adds missing default value for debug flag
      
      * fix(local-path-provisioner): syntax fix for debug if condition end
      
      * fix(local-path-provisioner): jinja template syntax: if condition white space
      26ca5841
    • Wong Hoi Sing Edison's avatar
      weave: Upgrade to 2.5.1 (#4248) · 1c12c191
      Wong Hoi Sing Edison authored
      Upstream Changes:
      
        - weave 2.5.1 (https://github.com/weaveworks/weave/releases/tag/v2.5.1)
      
      Our Changes:
      
        - Sync templates with upstream changes
      1c12c191
  23. Feb 09, 2019
  24. Feb 07, 2019
  25. Feb 06, 2019
  26. Jan 28, 2019
  27. Jan 18, 2019
Loading