Skip to content
  1. Mar 30, 2024
  2. Mar 28, 2024
  3. Mar 27, 2024
  4. Mar 11, 2024
  5. Mar 10, 2024
  6. Mar 05, 2024
  7. Feb 28, 2024
  8. Feb 22, 2024
  9. Feb 16, 2024
  10. Feb 12, 2024
  11. Feb 05, 2024
  12. Feb 01, 2024
  13. Jan 31, 2024
  14. Jan 23, 2024
  15. Jan 22, 2024
  16. Jan 19, 2024
  17. Jan 17, 2024
  18. Jan 16, 2024
  19. Jan 09, 2024
  20. Jan 05, 2024
  21. Dec 21, 2023
  22. Dec 18, 2023
  23. Dec 14, 2023
  24. Dec 12, 2023
  25. Dec 11, 2023
    • Max Gautier's avatar
      Decouple kubespray-defaults from download (#10626) · 51069223
      Max Gautier authored
      * Decouple role kubespray-defaults from download
      
      Avoids doing re-importing the download role on every invocation of
      kubespray-defaults (and skipping everything).
      
      This has a measurable effect on playbook performance.
      
      * Update docs refering to moved download defaults
      51069223
  26. Nov 28, 2023
  27. Nov 24, 2023
  28. Nov 10, 2023
    • Patrick O'Brien's avatar
      fallback_ips: ignore unreachable hosts (#10601) · 17681a7e
      Patrick O'Brien authored
      Sets ignore_unreachable: true to `Gather ansible_default_ipv4 from all hosts`
      task from fallback_ips.yml
      
      Without this scale.yml will fail if a single node in the cluster is down, which
      for large clusters happens often.
      17681a7e
  29. Oct 20, 2023
  30. Sep 26, 2023
    • Feruzjon Muyassarov's avatar
      Refactor NRI activation for containerd and CRI-O (#10470) · 1fd31ccc
      Feruzjon Muyassarov authored
      
      
      Refactor NRI (Node Resource Interface) activation in CRI-O and
      containerd. Introduce a shared variable, nri_enabled, to streamline
      the process. Currently, enabling NRI requires a separate update of
      defaults for each container runtime independently, without any
      verification of NRI support for the specific version of containerd
      or CRI-O in use.
      
      With this commit, the previous approach is replaced. Now, a single
      variable, nri_enabled, handles this functionality. Also, this commit
      separates the responsibility of verifying NRI supported versions of
      containerd and CRI-O from cluster administrators, and leaves it to
      Ansible.
      
      Signed-off-by: default avatarFeruzjon Muyassarov <feruzjon.muyassarov@intel.com>
      1fd31ccc
  31. Sep 18, 2023
Loading