Skip to content
Snippets Groups Projects
  1. Sep 24, 2024
  2. Sep 21, 2024
    • Max Gautier's avatar
      Test group membership with group_names · 2ec1c938
      Max Gautier authored
      Testing for group membership with group names makes Kubespray more
      tolerant towards the structure of the inventory.
      Where 'inventory_hostname in groups["some_group"] would fail if
      "some_group" is not defined, '"some_group" in group_names' would not.
      2ec1c938
  3. Sep 06, 2024
  4. Aug 31, 2024
  5. Aug 28, 2024
  6. Jul 26, 2023
  7. Jul 05, 2023
  8. Jun 30, 2023
  9. Jun 26, 2023
  10. Jan 03, 2023
  11. Oct 07, 2022
  12. Sep 06, 2022
  13. Jul 26, 2022
  14. May 10, 2022
  15. May 04, 2022
  16. Feb 23, 2022
  17. Feb 18, 2022
  18. Jan 11, 2022
  19. Jan 05, 2022
  20. Jan 04, 2022
  21. Dec 09, 2021
  22. Dec 01, 2021
  23. Nov 08, 2021
    • Max Gautier's avatar
      Limit kubectl delete node to k8s nodes (#8101) · 6c1ab249
      Max Gautier authored
      * Limit kubectl delete node to k8s nodes
      
      This avoids the use of `kubectl delete node` when removing etcd nodes
      which are not part of the cluser (separate etcd)
      
      * Take errors into account when deleting node
      
      There should not be error now that we're limiting the deletion to nodes
      actually in the cluster
      
      * Retrying on error
      6c1ab249
  24. Oct 14, 2021
  25. Sep 23, 2021
    • Kenichi Omichi's avatar
      Use kube_config_dir for kubeconfig (#7996) · 843252c9
      Kenichi Omichi authored
      The path of kubeconfig should be configurable, and its default value
      is /etc/kubernetes/admin.conf. Most paths of the file are configurable
      but some were not. This make those configurable.
      843252c9
  26. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  27. Jun 07, 2021
  28. 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
  29. Apr 08, 2021
  30. Mar 30, 2021
  31. Mar 26, 2021
  32. Mar 24, 2021
  33. Jan 16, 2021
  34. Dec 30, 2020
  35. Oct 28, 2020
  36. Sep 19, 2020
  37. Sep 01, 2020
  38. Aug 21, 2020
Loading