Skip to content
Snippets Groups Projects
  1. Jul 26, 2023
  2. Jul 05, 2023
  3. Jun 30, 2023
  4. Jun 26, 2023
  5. Jan 03, 2023
  6. Oct 07, 2022
  7. Sep 06, 2022
  8. Jul 26, 2022
  9. May 10, 2022
  10. May 04, 2022
  11. Feb 23, 2022
  12. Feb 18, 2022
  13. Jan 11, 2022
  14. Jan 05, 2022
  15. Jan 04, 2022
  16. Dec 09, 2021
  17. Dec 01, 2021
  18. 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
  19. Oct 14, 2021
  20. 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
  21. 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
  22. Jun 07, 2021
  23. 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
  24. Apr 08, 2021
  25. Mar 30, 2021
  26. Mar 26, 2021
  27. Mar 24, 2021
  28. Jan 16, 2021
  29. Dec 30, 2020
  30. Oct 28, 2020
  31. Sep 19, 2020
  32. Sep 01, 2020
  33. Aug 21, 2020
  34. Jul 28, 2020
  35. Jul 27, 2020
  36. Jul 20, 2020
  37. Jul 13, 2020
  38. Jul 04, 2020
Loading