Skip to content
  1. Mar 17, 2022
  2. Mar 07, 2022
  3. Mar 02, 2022
  4. Feb 15, 2022
  5. 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
  6. Jan 24, 2022
  7. Dec 06, 2021
  8. Dec 03, 2021
  9. Nov 30, 2021
  10. Nov 26, 2021
  11. Nov 16, 2021
  12. Nov 05, 2021
  13. Oct 05, 2021
  14. Oct 01, 2021
  15. Sep 07, 2021
  16. Aug 28, 2021
  17. Jul 21, 2021
  18. Jul 13, 2021
  19. 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
  20. Jun 28, 2021
  21. May 28, 2021
  22. 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
  23. Apr 05, 2021
  24. Mar 24, 2021
  25. Mar 05, 2021
  26. Feb 23, 2021
  27. Feb 16, 2021
  28. Feb 10, 2021
  29. Jan 26, 2021
  30. Jan 18, 2021
  31. Jan 14, 2021
  32. Dec 09, 2020
  33. Dec 08, 2020
  34. Dec 01, 2020
  35. Nov 30, 2020
  36. Nov 28, 2020
  37. Nov 26, 2020
  38. Nov 03, 2020
    • David Medinets's avatar
      Allow the eventRecordQPS setting to be set. (#6880) · fefcb8c9
      David Medinets authored
      * Allow the eventRecordQPS setting to be set.
      
      The eventRecordQPS parameter controls rate limiting for event recording. When zero, unlimited events can cause denial-of-service situations. For my situation, I don't need more than a setting of "5". This change allows me to configure the setting before creating the cluster.
      
      * Allow the eventRecordQPS setting to be set.
      
      The default settings (see types.go) is five. So, this change does not affect the cluster provisioning. However, it does allow for the setting to be changed.
      fefcb8c9
  39. Sep 23, 2020
Loading