Skip to content
  1. Apr 15, 2024
  2. Feb 05, 2024
  3. 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
  4. Nov 28, 2023
    • Max Gautier's avatar
      kubespray-defaults: Check for boostrap-os FQDN (#10590) · c2e3071a
      Max Gautier authored
      When installed as an ansible collection, roles in
      ansible_play_role_names will be designated by their FQDN (i.e
      'kubernetes-sigs.kubespray.<role-name>).
      
      It means we need to check for both when checking for roles in the play.
      c2e3071a
  5. 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
  6. Jul 26, 2023
  7. Jul 05, 2023
  8. Jan 05, 2023
  9. Feb 22, 2022
  10. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  11. Mar 24, 2021
  12. Feb 16, 2021
  13. Jan 11, 2021
  14. Jan 07, 2021
  15. Nov 30, 2020
  16. Oct 21, 2020
  17. Oct 11, 2020
  18. Oct 09, 2020
  19. Jun 26, 2020
  20. Jun 25, 2020
  21. May 28, 2020
  22. Apr 30, 2020
  23. Apr 16, 2020
  24. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  25. Jun 16, 2017
Loading