Skip to content
  1. Mar 19, 2021
    • Florian Ruynat's avatar
      Update nodelocaldns to 1.17.1 · 5f2c8ac3
      Florian Ruynat authored
      5f2c8ac3
    • Erwan Miran's avatar
      Download Calico KDD CRDs (#7372) · 1c62af0c
      Erwan Miran authored
      * Download Calico KDD CRDs
      
      * Replace kustomize with lineinfile and use ansible assemble module
      
      * Replace find+lineinfile by sed in shell module to avoid nested loop
      
      * add condition on sed
      
      * use block for kdd tasks + remove supernumerary kdd manifest apply in start "Start Calico resources"
      1c62af0c
  2. Mar 02, 2021
  3. Feb 23, 2021
  4. Feb 22, 2021
  5. Feb 16, 2021
  6. Feb 10, 2021
  7. Feb 05, 2021
  8. Jan 26, 2021
  9. Jan 19, 2021
  10. Jan 18, 2021
  11. Jan 15, 2021
  12. Jan 14, 2021
  13. 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
  14. Dec 23, 2020
  15. Dec 21, 2020
  16. Dec 20, 2020
  17. Dec 19, 2020
  18. Dec 17, 2020
  19. Dec 16, 2020
  20. Dec 07, 2020
  21. Dec 05, 2020
  22. Dec 03, 2020
  23. Dec 02, 2020
  24. Dec 01, 2020
  25. Nov 30, 2020
  26. Nov 26, 2020
Loading