Skip to content
Snippets Groups Projects
  1. Apr 26, 2021
  2. Apr 21, 2021
  3. Apr 16, 2021
  4. Apr 15, 2021
  5. Apr 12, 2021
  6. Apr 02, 2021
  7. Mar 26, 2021
  8. Mar 24, 2021
  9. Mar 19, 2021
  10. Mar 01, 2021
  11. Feb 25, 2021
  12. Feb 22, 2021
  13. Feb 16, 2021
  14. Feb 05, 2021
  15. Jan 16, 2021
  16. Jan 15, 2021
  17. Jan 14, 2021
  18. Jan 11, 2021
  19. Jan 07, 2021
  20. Dec 19, 2020
  21. Dec 17, 2020
  22. Dec 16, 2020
  23. Dec 03, 2020
  24. Dec 02, 2020
  25. Dec 01, 2020
  26. Nov 30, 2020
  27. 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
  28. Oct 23, 2020
  29. Oct 21, 2020
  30. Oct 11, 2020
  31. Oct 09, 2020
  32. Sep 24, 2020
    • Hans Feldt's avatar
      Calico upgrade path validation and old version cleanup (#6733) · 28073c76
      Hans Feldt authored
      * calico: add constant calico_min_version_required
      
      and verify current deployed version against it.
      
      * calico: remove upgrade support with data migration
      
      The tool was used pre v3.0.0 and is no longer needed.
      
      * calico: remove old version support from tasks
      
      * calico: remove old ver support from policy ctrl
      
      * calico: remove old ver support from node
      
      * canal: remove old ver support
      
      * remove unused calicoctl download checksums
      
      calico_min_version_required is the oldest version that can be installed
      Older versions can be removed.
      Unverified
      28073c76
Loading