1. 27 Mar, 2021 1 commit
  2. 25 Mar, 2021 2 commits
  3. 24 Mar, 2021 2 commits
  4. 22 Mar, 2021 1 commit
  5. 20 Mar, 2021 1 commit
  6. 18 Mar, 2021 6 commits
  7. 17 Mar, 2021 1 commit
  8. 16 Mar, 2021 2 commits
    • Thibault Jamet's avatar
      Add the ability to configure k8s event rate limit · 72b4b4f4
      Thibault Jamet authored
      Currently, the minimum delay between 2 kubernetes events handling is
      hard-coded to 5s.
      
      This may cause higher synchronization rates and higher DNS provider API
      calls when handling an important number of kubernetes events at once.
      
      Give the opportunity to configure this delay so service owners can
      define the acceptable thresholds on their side
      72b4b4f4
    • Kundan Kumar's avatar
      updated ingress apiVersion · e1cf5f88
      Kundan Kumar authored
      e1cf5f88
  9. 15 Mar, 2021 1 commit
  10. 13 Mar, 2021 1 commit
  11. 12 Mar, 2021 2 commits
    • Morre's avatar
      2476b3bb
    • Thibault Jamet's avatar
      Increase AWS pagination size · 6b8035e0
      Thibault Jamet authored
      From measurements, AWS by default has pagination of 100 items per
      page when listing hosted zone resources.
      
      This increases the number of requests required to list all our zones,
      and pushes a hard constraint on the rate limits.
      
      From the experiments, it seems that on the server-side, there is a hard
      limit of 300 elements per page, as per AWS documentation:
      https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResourceRecordSets.html
      
      > ListResourceRecordSets returns up to 300 resource record sets at a time in ASCII order,
      > beginning at a position specified by the name and type elements
      
      Hence raising the page size from 100 to 300 items would decrease by 3
      the number of requests posted to Route53
      
      We even set a higher limit so we can benefit from a lower number of
      requests if ever AWS increases the hard limit of 300.
      6b8035e0
  12. 10 Mar, 2021 3 commits
  13. 09 Mar, 2021 4 commits
  14. 08 Mar, 2021 4 commits
  15. 03 Mar, 2021 3 commits
  16. 02 Mar, 2021 1 commit
  17. 26 Feb, 2021 2 commits
  18. 25 Feb, 2021 3 commits