4924 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
b8d018f786
Merge pull request #1377 from jasper-d/master
Fix updates of unchanged records for Azure Private DNS
2020-02-12 01:10:51 -08:00
Kubernetes Prow Robot
73bb819a14
Merge pull request #1417 from njuettner/v0.6.0
v0.6.0
v0.6.0
2020-02-11 05:02:00 -08:00
njuettner
bbea3262c7 v0.6.0 2020-02-11 13:37:39 +01:00
Oguz Kilcan
b6111b9768
Refactoring after review
* Updated TTL variable type to int64
* Updated rfc2136 contructor to have nil as last variable
* Removed unnecessary variable `data`
2020-02-11 10:41:09 +01:00
Kubernetes Prow Robot
3235e621f1
Merge pull request #1397 from saidst/fix/azure-private-dns-zone-detection
Azure Private DNS: Fix endless loop in zone-detection
2020-02-11 00:56:02 -08:00
Oguz Kilcan
c0c733b4bf
Fixed issue to pass linting 2020-02-06 18:46:24 +01:00
Oguz Kilcan
86c9332b17
Add option to define minimum TTL for rfc2136 provider 2020-02-06 18:23:28 +01:00
Kubernetes Prow Robot
829ed01e1e
Merge pull request #1237 from hypnoglow/ttl-duration
Add support for human-friendly TTL values
2020-02-04 06:27:26 -08:00
Kubernetes Prow Robot
d49d901d8a
Merge pull request #687 from jlamillan/jlamillan/add_watch_flag
Add --watchers flag to allow controller to respond automatically to Ingress or Service updates
2020-02-04 02:23:25 -08:00
Kubernetes Prow Robot
b1c2b336e1
Merge pull request #1390 from tariq1890/gosimple
uprade golangci-lint and add megacheck & interface linters
2020-01-30 01:04:14 -08:00
saidst
5340c89756 updated infos on required technical users in azure private dns tutorial. 2020-01-29 08:16:58 +01:00
jlamillan
fed2f0f0dd
Add --events flag to use informers to automatically trigger sync loop on adds/updates/deletes for supported ingress and service sources. 2020-01-27 11:00:26 -08:00
saidst
6ff3e03e60 correct rejection of azure-private-dns-zones not matching filters. 2020-01-27 15:26:17 +01:00
Tariq Ibrahim
394f46cd64
uprade golangci-lint and add megacheck & interface linters 2020-01-23 14:49:23 -08:00
Kubernetes Prow Robot
432d0696a3
Merge pull request #1384 from KarstenSiemer/Add_new_Provider-Akamai_FastDNS
Added new provider: Akamai FastDNS
2020-01-23 06:20:53 -08:00
Kubernetes Prow Robot
ba2ae0c07e
Merge pull request #1387 from tariq1890/upd_alpine
update alpine base image to 3.11
2020-01-23 06:08:49 -08:00
k.siemer
55281360bf Added Akamai FastDNS as an alpha provider and added a tutorial 2020-01-22 19:49:52 +01:00
Tariq Ibrahim
0ea6c301b6
update alpine base image to 3.11 2020-01-22 09:11:55 -08:00
k.siemer
8719058e63 substitude json.Unmarshal for json.NewDecoder & change akamai error handling 2020-01-22 16:13:14 +01:00
k.siemer
71465377a2 check and handle errors in func Records for fetching recordsets 2020-01-21 16:12:36 +01:00
k.siemer
3d821d74ce Added new provider: Akamai FastDNS 2020-01-21 15:47:02 +01:00
Kubernetes Prow Robot
4be51a9445
Merge pull request #1374 from tariq1890/rm_ctx_todo
remove context.TODO()s in external-dns
2020-01-21 04:01:36 -08:00
Kubernetes Prow Robot
9353d1283d
Merge pull request #1378 from marcellodesales/patch-1
istio.md: update existing external-dns to enable Istio Gateway DNS for customers
2020-01-20 12:11:36 -08:00
Kubernetes Prow Robot
052080ff18
Merge pull request #1382 from ttonline6/ns1
fix broken liks:https://ns1.com/knowledgebase/creating-and-managing-u…
2020-01-20 07:25:37 -08:00
Kubernetes Prow Robot
915980a959
Merge pull request #1380 from otterley/aws_irsa
Update AWS documentation
2020-01-19 04:59:35 -08:00
Kubernetes Prow Robot
d25d648030
Merge pull request #1381 from ttonline6/faq
fix broken links:https://github.com/kubernetes/ingress/tree/master/co…
2020-01-19 04:49:35 -08:00
wangyetao
867f54957f fix broken liks:https://ns1.com/knowledgebase/creating-and-managing-users 2020-01-19 17:29:40 +08:00
wangyetao
701292f3dd fix broken links:https://github.com/kubernetes/ingress/tree/master/controllers/nginx 2020-01-19 17:02:49 +08:00
Michael S. Fischer
c1ebc7726f Update AWS documentation
Using EC2 Instance Roles to provide Route 53 permissions is overly
permissive and dangerous.  Emphasize using alternatives such
as EKS IAM Roles for Service Accounts, kiam, or kube2iam that
limit access to the ExternalDNS pod.
2020-01-18 16:45:49 -06:00
Marcello de Sales
1526446998 istio.md: add patch for existing clusterrole + add debug information
Making sure the records are created depends on different settings. Add the section about debugging.
2020-01-16 22:27:05 -08:00
Marcello de Sales
de2c535bc4 istio.md: patch deployment with istio-gateway 2020-01-16 22:26:01 -08:00
jasperd
c90914281c
Fix test 2020-01-16 22:43:45 +01:00
jasperd
132ae0bf1b
Fix updates of unchanged records for Azure Private DNS 2020-01-16 22:43:45 +01:00
Tariq Ibrahim
a5896c2326
remove context.TODO()s in external-dns 2020-01-15 13:59:20 -08:00
Kubernetes Prow Robot
f400ded46c
Merge pull request #1364 from tariq1890/add_ctx
add ctx parameter to provider interface and aws API
2020-01-15 08:07:32 -08:00
Kubernetes Prow Robot
a4c196ea5a
Merge pull request #1367 from guitarrapc/docs/aws-sd_region
docs: add REgion for aws-sd external-dns deployment
2020-01-15 01:53:31 -08:00
Ikiru Yoshizaki
a073e30f6c docs: add REgion for aws-sd external-dns deployment 2020-01-14 20:17:05 +09:00
Kubernetes Prow Robot
c7142a64be
Merge pull request #1365 from jpantsjoha/patch-1
A How-to of a working GCP GKE app demo
2020-01-13 06:33:39 -08:00
JPantsjoha
7be57d4c53
Update gke.md 2020-01-13 11:52:22 +00:00
JPantsjoha
9c61081deb
lower-cased 2020-01-13 11:46:51 +00:00
JPantsjoha
5d59bf34db
A How-to of a working GCP GKE app demo
A demo app deployment with external-dns integration on Google Cloud Platform GKE cluster, featuring CloudDNS + User permission mapping
2020-01-13 11:19:14 +00:00
Martin Linkhorst
b8ab0d8b9f ref: use passed-in context in google provider 2020-01-13 10:51:04 +01:00
tariqibrahim
672b00d821 add ctx parameter to provider interface and aws API 2020-01-12 13:16:55 -08:00
Kubernetes Prow Robot
a1ff7d75ea
Merge pull request #1361 from linki/fix/add-version-to-binary
Add version to binary for --version flag
v0.5.18
2020-01-10 06:18:35 -08:00
Martin Linkhorst
d0c7063685 fix: add version to binary for --version flag 2020-01-10 13:46:19 +01:00
Kubernetes Prow Robot
4f084af45c
Merge pull request #1360 from tariq1890/maint_deps
update aws sdk dep and golangci-lint release
2020-01-10 01:44:35 -08:00
Tariq Ibrahim
de96022a3f
update aws sdk dep and golangci-lint release 2020-01-09 16:52:59 -08:00
Igor Zibarev
6e6af8aa0d Add support for human-friendly TTL values
Supports specifying TTL values in Golang duration format for
`external-dns.alpha.kubernetes.io/ttl` annotation.
2020-01-09 21:13:53 +03:00
Kubernetes Prow Robot
2ec94f89d2
Merge pull request #1355 from linki/changelog4
Add changelog for v0.5.18
2020-01-09 06:11:44 -08:00
Martin Linkhorst
4595944556 chore: add changelog for v0.5.18 2020-01-09 14:45:36 +01:00