Skip to content
Snippets Groups Projects
  1. Jun 21, 2021
  2. Jun 03, 2021
  3. Jun 02, 2021
  4. Jun 01, 2021
  5. May 27, 2021
  6. May 14, 2021
  7. May 04, 2021
  8. May 03, 2021
    • Samuel Liu's avatar
      Add krew support (#7464) · 96e6a6ac
      Samuel Liu authored
      * Add krew support
      
      * Add reset for krew
      
      * Update install krew(local)
      
      * ansible lint
      
      * yamllint
      
      * fix krew default vars
      
      * fix kubectl_localhost mode
      
      * replace include
      
      * fix e206
      96e6a6ac
  9. 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
  10. Apr 26, 2021
  11. Apr 21, 2021
  12. Apr 16, 2021
  13. Apr 15, 2021
  14. Apr 12, 2021
  15. Apr 02, 2021
  16. Mar 26, 2021
  17. Mar 24, 2021
  18. Mar 19, 2021
  19. Mar 01, 2021
  20. Feb 25, 2021
  21. Feb 22, 2021
  22. Feb 16, 2021
  23. Feb 05, 2021
  24. Jan 16, 2021
  25. Jan 15, 2021
  26. Jan 14, 2021
  27. Dec 19, 2020
  28. Dec 17, 2020
  29. Dec 16, 2020
  30. Dec 03, 2020
  31. Dec 02, 2020
  32. Dec 01, 2020
  33. Nov 30, 2020
  34. 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
  35. Oct 23, 2020
Loading