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