- 15 Oct, 2018 1 commit
-
-
Vladislav Troinich authored
-
- 11 Oct, 2018 7 commits
-
-
Nick Jüttner authored
Fix wrong entry in changelog
-
Martin Linkhorst authored
-
k8s-ci-robot authored
Update changelog to v0.5.8
-
Martin Linkhorst authored
-
k8s-ci-robot authored
Rfc2136 provider
-
Vladislav Troinich authored
-
k8s-ci-robot authored
Correctly populate target health check on existing records
-
- 10 Oct, 2018 1 commit
-
-
k8s-ci-robot authored
Document how to use a different security context
-
- 09 Oct, 2018 1 commit
-
-
Nick Jüttner authored
Added linode to supported cloud providers
-
- 04 Oct, 2018 1 commit
-
-
cliedeman authored
-
- 02 Oct, 2018 3 commits
-
-
Martin Linkhorst authored
-
Sébastien Prud'homme authored
-
Martin Linkhorst authored
-
- 27 Sep, 2018 1 commit
-
-
Martin Linkhorst authored
-
- 24 Sep, 2018 2 commits
-
-
Vladislav Troinich authored
-
Vladislav Troinich authored
-
- 20 Sep, 2018 2 commits
-
-
Nick Jüttner authored
Continue even if node listing fails
-
Nick Jüttner authored
Allow AWS batching to fully sync on each run
-
- 19 Sep, 2018 3 commits
-
-
Pascal authored
-
Nick Jüttner authored
Replace glog with a noop logger
-
Martin Linkhorst authored
-
- 12 Sep, 2018 1 commit
-
-
Nick Jüttner authored
Fix handling of custom TTL values with Google DNS.
-
- 10 Sep, 2018 1 commit
-
-
Kevin Davis authored
-
- 07 Sep, 2018 7 commits
-
-
Peter Bale authored
This is an update to the order in which we have the new mock methods. Removed comment and added comment to exported mock helper.
-
Raffaele Di Fazio authored
Updating CHANGELOG.md to v0.5.6
-
Nick Jüttner authored
-
Vladislav Troinich authored
-
Vladislav Troinich authored
-
Vladislav Troinich authored
-
Vladislav Troinich authored
# Conflicts: # Gopkg.lock # Gopkg.toml
-
- 06 Sep, 2018 6 commits
-
-
Nick Jüttner authored
Fix Host field in HTTP request when using pdns provider
-
Peter Bale authored
This is to add two new tests which will cover the new logic where the submit route53 changes function can error if any one of the updates fails for any given batch in any given zone. Additionally, there is now a test to check that the application does not try and create a set of entries if the total number of changes associated with a given name is greater than the total number of allowed changes per batch.
-
Peter Bale authored
This is to change the way batching works when using the aws provider. Originally, batching would take the first n records you want to update and perform the desired actions on those records as part of a sync. It would then wait for the configured sync period and take the first n records again and sync them. The issue with this is that when you are using the TXT registry with a custom prefix, the updates can sync a TXT record and not the accompanying A/CNAME record. This causes external-dns to get out of sync with what is created and what the current state actually is. This update uses the same idea of batching, however, rather than stopping after the first batch until the next run, batching will now have a separate batch interval which controls the interval between each batch in the same sync period. This allows external-dns to fully sync with route53 as part of each sync and can then know that the state is complete. Fixes https://github.com/kubernetes-incubator/external...
-
Jonas Michel authored
* add Istio Gateway Source * add documentation for Istio Gateway Source * make both istio namespace and ingress gateway service configurable * prefix gateway types, constructors, and flags with 'istio-' * fix: add missing sources to source flag docs
-
Bartel Sielski authored
The Host field of the HTTP request is set incorrectly when passing the configured server. The underlying HTTP library experts a hostname to be passed. When passing it a string of the form 'http://pdns.example.com ' this gets converted into 'http:' (stripping everything from the first slash onward). However setting the Host field in the pdnsClientConfig object is not needed because the underlying library will then parse the hostname from the URL. Fixes #661 Signed-off-by:
Bartel Sielski <bartel.sielski@gmail.com>
-
Vladislav Troinich authored
-
- 05 Sep, 2018 1 commit
-
-
Nick Jüttner authored
CRD source based on getting endpoints from CRD
-
- 03 Sep, 2018 2 commits
-
-
Nick Jüttner authored
-
Nick Jüttner authored
Alibaba Cloud Provider add zone info to deployment
-