Skip to content
  1. Jul 31, 2022
  2. Jul 19, 2022
  3. Jul 05, 2022
  4. Jun 15, 2022
  5. Jun 14, 2022
  6. Jun 06, 2022
  7. Jun 01, 2022
  8. May 26, 2022
  9. May 18, 2022
  10. May 09, 2022
  11. May 07, 2022
  12. Apr 07, 2022
  13. Mar 17, 2022
  14. Mar 07, 2022
  15. Mar 02, 2022
  16. Feb 15, 2022
  17. Feb 02, 2022
    • Ilya Margolin's avatar
      Fix kubelet_kubelet_cgroups_cgroupfs (#8500) · aed187e5
      Ilya Margolin authored
      If kubelet is run with systemd (as it always is when using kubespray),
      it starts in systemd's /system.slice/kubelet.service cgroup.
      
      This commit prevents a creation and usage of a second unrelated cgroup.
      aed187e5
  18. Jan 24, 2022
  19. Dec 06, 2021
  20. Dec 03, 2021
  21. Nov 30, 2021
  22. Nov 26, 2021
  23. Nov 16, 2021
  24. Nov 05, 2021
  25. Oct 05, 2021
  26. Oct 01, 2021
  27. Sep 07, 2021
  28. Aug 28, 2021
  29. Jul 21, 2021
  30. Jul 13, 2021
  31. 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
  32. Jun 28, 2021
  33. May 28, 2021
  34. 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
Loading