Skip to content
Snippets Groups Projects
  1. Jan 11, 2022
  2. Jan 05, 2022
  3. Jan 04, 2022
  4. Dec 09, 2021
  5. Dec 01, 2021
  6. 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
      Unverified
      6c1ab249
  7. Oct 14, 2021
  8. Sep 23, 2021
  9. 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
      Unverified
      7516fe14
  10. Jun 07, 2021
  11. 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
      Unverified
      360aff4a
  12. Apr 08, 2021
  13. Mar 30, 2021
  14. Mar 26, 2021
  15. Mar 24, 2021
  16. Jan 16, 2021
  17. Dec 30, 2020
  18. Oct 28, 2020
  19. Sep 19, 2020
  20. Sep 01, 2020
  21. Aug 21, 2020
  22. Jul 28, 2020
  23. Jul 27, 2020
  24. Jul 20, 2020
  25. Jul 13, 2020
  26. Jul 04, 2020
  27. Jul 01, 2020
  28. Jun 09, 2020
  29. Mar 13, 2020
  30. Oct 10, 2019
  31. Aug 07, 2019
  32. May 22, 2019
    • bobahspb's avatar
      cordon all deleted nodes before drain (#4756) · a3fff1e4
      bobahspb authored
      Kubespray waits exit of every drain before run other one.
      Running drain every after each other seems better than parallel, because we should check resources availability every time.
      But, this way, we have one additional problem: possible restart pods on the nodes that are killed little bit later.
      Fast cordon before heavy drain seems like an easy solution.
      a3fff1e4
  33. May 03, 2019
  34. Dec 06, 2018
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  35. Aug 12, 2018
    • mauromedda's avatar
      Add the path to kubectl binary · 9cef2018
      mauromedda authored
      The post-remove action fails during the kubectl delete node action because with rc: 2, command not found. The kubectl is not in the system PATH and the full path to the binary is required
      9cef2018
  36. Jul 02, 2018
  37. Jun 23, 2018
  38. Mar 08, 2018
    • rong.zhang's avatar
      Remove nodes · 12c78e62
      rong.zhang authored
      Drain node except daemonsets resource
      Use reset cluser for delete deploy data
      Then delete node
      12c78e62
Loading