Skip to content
Snippets Groups Projects
  1. Jan 15, 2021
  2. Jan 14, 2021
  3. Dec 19, 2020
  4. Dec 17, 2020
  5. Dec 16, 2020
  6. Dec 03, 2020
  7. Dec 02, 2020
  8. Dec 01, 2020
  9. Nov 30, 2020
  10. 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.
      Unverified
      fefcb8c9
  11. Oct 23, 2020
  12. Oct 21, 2020
  13. Oct 11, 2020
  14. Sep 23, 2020
  15. Sep 22, 2020
  16. Sep 17, 2020
  17. Sep 11, 2020
  18. Sep 10, 2020
  19. Sep 08, 2020
  20. Sep 03, 2020
  21. Aug 28, 2020
  22. Aug 21, 2020
  23. Aug 06, 2020
  24. Aug 01, 2020
  25. Jul 30, 2020
  26. Jul 22, 2020
  27. Jun 30, 2020
  28. Jun 29, 2020
  29. Jun 24, 2020
  30. Jun 22, 2020
    • Pasquale Toscano's avatar
      Add support for Kata Containers (#6256) · 8f5c4dcd
      Pasquale Toscano authored
      * Install Kata Containers as additional container runtime
      
      * Create RuntimeClasses for Kata Containers
      
      * Updated Vagrant to optionally run without Docker as container manager
      
      * Updated Vagrant to optionally use Libvirt nested virtualization
      
      * Add Kata Containers documentation
      
      * Fix lint errors
      
      * Add kata_containers_enabled to kubespray-defaults
      
      * Fixed typo error
      
      * Fixed typo error
      Unverified
      8f5c4dcd
Loading