Romain Guichard
69e2cd5aa1
fix: bump version to 0.7.4
...
Scaleway provider doesn't work with 0.7.3
2020-10-01 20:23:02 +02:00
Rajat Jindal
a3dc3e8579
add documentation for aws health check id
2020-09-29 15:11:12 +05:30
Rajat Jindal
625eaf4867
get healthcheckid whether set-identifier is set or not
2020-09-29 15:11:12 +05:30
Rajat Jindal
72544c38c3
allow setting healthCheckId when identifier not provided
2020-09-29 15:11:12 +05:30
Rajat Jindal
32b7452fbe
allow to associate dns records with health checks
2020-09-29 15:11:12 +05:30
Pavel Tumik
0b4b4e45f4
Allow multiple services to share same dns record
2020-09-28 19:01:01 -07:00
dan.simone@oracle.com
87f291a548
Fix unit test
2020-09-25 16:07:05 -07:00
dan.simone@oracle.com
4d88b47917
Resolve differences
2020-09-25 15:59:18 -07:00
dan.simone@oracle.com
07c8175f66
Call strings.ToLower() on wildcardReplacement
2020-09-25 15:32:57 -07:00
João Marçal
79ea64884b
Added labelFilter for source CRD ( #1461 )
...
* Added label filter for source CRD
* Fixed bug with labels and added tests for source CRD
* Fixed formating
* Update source/crd_test.go
Co-authored-by: Vinny Sabatini <vincent.sabatini@gmail.com>
Co-authored-by: Vinny Sabatini <vincent.sabatini@gmail.com>
v0.7.4
2020-09-24 01:28:05 -07:00
Kubernetes Prow Robot
32fedeaf07
Merge pull request #1645 from Caascad/ignore_tls_rules
...
Optionally ignore tls rules in ingress source
2020-09-24 01:12:05 -07:00
Kubernetes Prow Robot
b74f583a6b
Merge pull request #1778 from 21h/master
...
Hetzner: fix records update
2020-09-23 03:36:08 -07:00
Kubernetes Prow Robot
3c50299a9c
Merge pull request #1500 from burningalchemist/loadbalancer-externalip
...
Publish ExternalIPs for LoadBalancer services
2020-09-21 10:34:32 -07:00
Kubernetes Prow Robot
4a0406c574
Merge pull request #1310 from rbtr/feature/public-private-ip
...
add service annotation to set public/private iface for NodePort
2020-09-21 10:14:32 -07:00
Benjile
fefb1b2777
Optionally ignore tls rules in ingress source
2020-09-18 09:12:14 +02:00
rbtr
54320a16ab
add doc and test
2020-09-16 12:02:19 -04:00
Evan Baker
b75151e3e5
add service annotation to set public/private iface for NodePort
...
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2020-09-16 11:56:49 -04:00
Kubernetes Prow Robot
699a8b3cb5
Merge pull request #1060 from titilambert/master
...
Add --zone-name-filter option for azure provider
2020-09-16 00:43:19 -07:00
Sergei Zyubin
323da6bba8
Add notes to README.md
2020-09-12 12:39:05 +02:00
Sergei Zyubin
cc6a1fb3e7
Add test for LoadBalancer and ExternalIPs
2020-09-12 12:04:07 +02:00
Sergei Zyubin
d06dff145c
Add externalIPs for LoadBalancer type
2020-09-12 12:04:07 +02:00
Vladimir Smagin
ca5bd7ca4f
bump lib version
2020-09-11 02:28:08 +07:00
Vladimir Smagin
3a1c1b6551
fix hetzner records update
2020-09-11 02:26:22 +07:00
Kubernetes Prow Robot
61a6bcb1fa
Merge pull request #1777 from mgoodness/kustomize
...
Update kustomize base
2020-09-10 07:43:45 -07:00
Kubernetes Prow Robot
8b81c100fd
Merge pull request #1704 from DataDog/aws-cache-zones-list
...
aws: cache zones list
2020-09-10 07:17:44 -07:00
Michael Goodness
9b8a723d0f
chore(kustomize): move image tag to kustomization.yaml
...
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
2020-09-09 12:30:27 -05:00
Michael Goodness
151259c7ff
chore(kustomize): consolidate RBAC
...
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
2020-09-09 12:30:06 -05:00
Thibault Cohen
a706ba32ab
Add test for ZoneNameFilter
2020-09-08 11:18:04 -04:00
Kubernetes Prow Robot
0947994d37
Merge pull request #1628 from josephglanville/jpg/contour-httpproxy
...
Contour HTTPProxy support
2020-09-07 06:27:42 -07:00
Benjamin Pineau
837d1ea248
aws: cache zones list
...
When it syncs AWS DNS with k8s cluster content (at `--interval`), external-dns submits two distinct Route53 API calls:
* to fetch available zones (eg. for tag based zones discovery, or when zones are created after exernal-dns started),
* to fetch relevant zones' resource records.
Each call taxes the Route53 APIs calls budget (5 API calls per second per AWS account/region hard limit), increasing the probability of being throttled.
Changing synchronization interval would mitigate those calls' impact, but at the cost of keeping stale records for a longer time.
For most practical uses cases, zones list aren't expected to change frequently.
Even less so when external-dns is provided an explicit, static zones set (`--zone-id-filter` rather than `--aws-zone-tags`).
Using a zones list cache halves the number of Route53 read API calls.
2020-09-03 13:03:07 +02:00
Thibault Cohen
dac21e3aff
Add --zone-name-filter option for azure provider
2020-09-02 16:23:12 -04:00
Kubernetes Prow Robot
0ef226f77e
Merge pull request #1760 from KohlsTechnology/docs-round-3
...
Update Contributing Documentation
2020-09-02 12:11:06 -07:00
Sean Malloy
153131041f
Remove test automation section from contributing docs
2020-09-02 13:38:54 -05:00
Sean Malloy
428b305d76
Bump CHANGELOG
2020-09-02 13:38:54 -05:00
Sean Malloy
5a8916ea22
Update Contributing Documentation
2020-09-02 13:38:09 -05:00
codearky
53c0cf951d
Remove duplication of external ips when ExternalTrafficPolicy set to … ( #1744 )
...
* Remove duplication of target ips for NodePort services with ExternalTrafficPolicy=Local
* Removed trailing lines
2020-09-02 11:33:06 -07:00
Kubernetes Prow Robot
8c3220b527
Merge pull request #1576 from newrelic-forks/dennisme/minttl-ns1
...
ns1: add minttlseconds
2020-09-02 01:13:07 -07:00
Kubernetes Prow Robot
0f3e9cf1f1
Merge pull request #1768 from kapekost/patch-2
...
fix ingress-controller yaml link
2020-09-02 00:39:05 -07:00
Kubernetes Prow Robot
c6101aacb0
Merge pull request #1766 from KohlsTechnology/docs-round-4
...
Add quick start section to contributor docs
2020-09-02 00:37:06 -07:00
Kubernetes Prow Robot
8fe23a146e
Merge pull request #1769 from KohlsTechnology/update-pr-template
...
Update pull requests template
2020-09-02 00:11:06 -07:00
Sean Malloy
fdbd00f9c0
Update pull requests template
...
* Add section for linked issues
* Add checklist
* Do NOT include CHANGELOG updates as part of the checklist
2020-09-01 22:49:53 -05:00
Kostas Kapetanakis
8e28d46aeb
fix ingress-controller yaml link
2020-09-01 23:49:49 +03:00
Kubernetes Prow Robot
eb96cb1eac
Merge pull request #1767 from kubernetes-sigs/remove-pr-template
...
Remove changelog from PR template
2020-09-01 12:07:50 -07:00
Raffaele Di Fazio
6a2f40a6d1
remove checklist from PR template
2020-09-01 21:05:28 +02:00
Sean Malloy
f52c47a259
Bump CHANGELOG
2020-09-01 13:59:47 -05:00
dan.simone@oracle.com
e3bac0fb55
Merge remote-tracking branch 'origing/master' into dansimone/support-wildcard-records
...
# Conflicts:
# registry/txt.go
# registry/txt_test.go
2020-09-01 11:24:44 -07:00
Sean Malloy
d42251eaad
Add quick start section to contributor docs
2020-09-01 08:57:04 -05:00
Kubernetes Prow Robot
cbde512e35
Merge pull request #1762 from porscheinformatik/fix-coverall
...
Fixes coverall, #1755
2020-09-01 02:49:50 -07:00
Johannes Grumböck
fb80737ea3
Merge branch 'master' into fix-coverall
2020-09-01 09:06:25 +02:00
Kubernetes Prow Robot
9b923e9d12
Merge pull request #1765 from ddgenome/gke-workload-identity
...
Add tutorial for GKE with workload identity
2020-09-01 00:01:50 -07:00