Skip to content
  1. 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
  2. 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
  3. 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
  4. Jul 26, 2023
  5. Jul 05, 2023
  6. Jan 05, 2023
  7. Feb 22, 2022
  8. 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
  9. Mar 24, 2021
  10. Feb 16, 2021
  11. Jan 11, 2021
  12. Jan 07, 2021
  13. Nov 30, 2020
  14. Oct 21, 2020
  15. Oct 11, 2020
  16. Oct 09, 2020
  17. Jun 26, 2020
  18. Jun 25, 2020
  19. May 28, 2020
  20. Apr 30, 2020
  21. Apr 16, 2020
  22. 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
  23. Jun 16, 2017
Loading