Skip to content
  1. Jan 15, 2021
  2. Jan 14, 2021
  3. Jan 11, 2021
    • Kenichi Omichi's avatar
      Remove unnecessary failed_when (#7120) · c005c907
      Kenichi Omichi authored
      TASK [Generate a list of information about the images on a node]
      registers list of container images to docker_images.
      Then the next TASK [Set pull_required if the desired image is not
      yet loaded] does based on expecting images are registered.
      However sometimes the first TASK was failed as [1] but the failure
      is ignored due to failed_when:false and it makes another issue.
      This removes this unnecessary failed_when to detect the failure
      at the point.
      In addition, this removes no_log:true also because the output doesn't
      contain any sensitive data and now it just makes debugging difficult.
      
      [1]: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/934714534#L2953
      c005c907
    • Etienne Champetier's avatar
      Only setup *_PROXY env variables where needed (#7095) · a790935d
      Etienne Champetier authored
      
      
      no_proxy is a pain to get right, and having proxy variables present causes issues
      (k8s components get proxy configuration after upgrade, see #7100)
      
      It's better to only configure what require proxy:
      - the runtime (containerd/docker/crio)
      - the package manager + apt_key
      - the download tasks
      
      Tested with the following clusters
      - 4 CentOS 8 nodes
      - 1 Ubuntu 20.04 node
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      a790935d
  4. Dec 23, 2020
  5. Dec 21, 2020
  6. Dec 20, 2020
  7. Dec 19, 2020
  8. Dec 17, 2020
  9. Dec 16, 2020
  10. Dec 07, 2020
  11. Dec 05, 2020
  12. Dec 03, 2020
  13. Dec 02, 2020
  14. Dec 01, 2020
  15. Nov 30, 2020
  16. Nov 26, 2020
  17. Nov 24, 2020
  18. Nov 23, 2020
  19. Oct 29, 2020
  20. Oct 22, 2020
  21. Oct 21, 2020
  22. Oct 15, 2020
  23. Oct 09, 2020
  24. Oct 06, 2020
  25. Oct 05, 2020
  26. Oct 02, 2020
  27. Oct 01, 2020
  28. Sep 24, 2020
    • Hans Feldt's avatar
      Calico upgrade path validation and old version cleanup (#6733) · 28073c76
      Hans Feldt authored
      * calico: add constant calico_min_version_required
      
      and verify current deployed version against it.
      
      * calico: remove upgrade support with data migration
      
      The tool was used pre v3.0.0 and is no longer needed.
      
      * calico: remove old version support from tasks
      
      * calico: remove old ver support from policy ctrl
      
      * calico: remove old ver support from node
      
      * canal: remove old ver support
      
      * remove unused calicoctl download checksums
      
      calico_min_version_required is the oldest version that can be installed
      Older versions can be removed.
      28073c76
  29. Sep 21, 2020
  30. Sep 18, 2020
Loading