- 04 Apr, 2021 1 commit
-
-
Patrick Stählin authored
-
- 03 Apr, 2021 2 commits
-
-
Kubernetes Prow Robot authored
Document annotation-filter usage
-
Kubernetes Prow Robot authored
Avoid nil pointer deference in extractHeadlessEndpoints
-
- 01 Apr, 2021 3 commits
-
-
Kubernetes Prow Robot authored
Add 'bluecat' as possible option to the provider flag
-
Allen Porter authored
-
brross authored
'bluecat' was missing from the enumerated list of possible values for the provider flag
-
- 31 Mar, 2021 1 commit
-
-
Kubernetes Prow Robot authored
Update to Go 1.16
-
- 30 Mar, 2021 4 commits
-
-
Thomas Stig Jacobsen authored
Co-authored-by:
Nick Jüttner <nick@juni.io>
-
Thomas Stig Jacobsen authored
Co-authored-by:
Nick Jüttner <nick@juni.io>
-
Thomas Stig Jacobsen authored
Co-authored-by:
Nick Jüttner <nick@juni.io>
-
Thomas Stig Jacobsen authored
Co-authored-by:
Nick Jüttner <nick@juni.io>
-
- 27 Mar, 2021 1 commit
-
-
Allen Porter authored
Skip address when TargetRef is nil
-
- 25 Mar, 2021 2 commits
-
-
Kubernetes Prow Robot authored
Increase AWS pagination size
-
Kubernetes Prow Robot authored
Add the ability to configure k8s event rate limit
-
- 24 Mar, 2021 2 commits
-
-
Thibault Jamet authored
Co-authored-by:
Raffaele Di Fazio <raffo@github.com>
-
Thibault Jamet authored
-
- 22 Mar, 2021 1 commit
-
-
Kubernetes Prow Robot authored
Downgrade Azure provider "Failed to extract" log message to debug
-
- 20 Mar, 2021 1 commit
-
-
Bittrance authored
When running the Azure provider at default log level, this messages is 1/min and is the only messge in the log. Debug seems more reasonable and matches what Azure Private provider.
-
- 19 Mar, 2021 1 commit
-
-
Timtor Chen authored
Signed-off-by:
Timtor Chen <to@timtor.dev>
-
- 18 Mar, 2021 6 commits
-
-
Kubernetes Prow Robot authored
feat: add gloo proxy source
-
Kubernetes Prow Robot authored
Add Initial BlueCat Provider Support
-
Kubernetes Prow Robot authored
rfc2136: Add cli flag for Kerberos realm and improve tutorial
-
Kubernetes Prow Robot authored
updated ingress apiVersion
-
stovemeerkat authored
-
stovemeerkat authored
-
- 17 Mar, 2021 1 commit
-
-
Tim Curless authored
The new BlueCat provider uses the BlueCat API Gateway(REST API). Not the legacy XML based BlueCat API. https://github.com/bluecatlabs/gateway-workflows
-
- 16 Mar, 2021 2 commits
-
-
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
-
Kundan Kumar authored
-
- 15 Mar, 2021 1 commit
-
-
Kubernetes Prow Robot authored
Approve crd v1
-
- 13 Mar, 2021 1 commit
-
-
Kubernetes Prow Robot authored
remove outdated provider list from FAQ, link to list in README
-
- 12 Mar, 2021 3 commits
-
-
Morre authored
-
Thomas Stig Jacobsen authored
-
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.
-
- 11 Mar, 2021 1 commit
-
-
Thomas Stig Jacobsen authored
-
- 10 Mar, 2021 3 commits
-
-
Dinar Valeev authored
All CRDs under k8s.io and kubernetes.io API groups should go through API approval. Signed-off-by:
Dinar Valeev <dinar.valeev@absa.africa>
-
Kubernetes Prow Robot authored
Switch to controller-gen for CRD generation and update CRD to apiextentions v1
-
Kubernetes Prow Robot authored
external-dns configuration update
-
- 09 Mar, 2021 3 commits
-
-
Kundan Kumar authored
-
Thomas Stig Jacobsen authored
-
Kubernetes Prow Robot authored
Bump alpine base image to 3.13
-