Commit Graph

417 Commits

Author SHA1 Message Date
Greg Whorley
33d47a0cf7
fix ingress spec 2021-11-09 13:57:05 -08:00
Greg Whorley
97425b7542
update ingress spec 2021-11-09 13:55:34 -08:00
Greg Whorley
03ee303979
Fix ingress spec in given examples
### Description
A previous PR (#1978) updated the ingress API version but the spec needed an update as well. I tested this locally by applying the yaml with a valid DNS hostname.

### Checklist
- [ ] Unit tests updated
- [x] End user documentation updated
2021-11-03 12:26:20 -07:00
afirth
45886608db Expand the AWS tutorial with common args to mitigate rate limiting 2021-11-03 10:58:27 +01:00
Miheer Salunke
ab8a62045e In OCP when you have multiple ingress controllers the route's status Ingress object get populated with multiple router canonical names. So in this case, the external dns tries to add multiple CNAME records for same host in the same hosted zone which is a violation of RFC 1912  and therefore is rejected by standards-compliant DNS services.
This feature adds a router field to the OCP Route Source so that a user can add an ingress controller name in flag --ocp-router-name which will be used to pick up the respective routerCanonicalHostname from Route's Status Ingress Object.

Signed-off-by: Miheer Salunke <miheer.salunke@gmail.com>
2021-11-03 12:52:57 +10:00
Pavel Tumik
ae07a2d2cb
make sure that external-dns will create PTR records for records that are already managed by external dns 2021-09-30 15:42:55 -07:00
Christian Groschupp
f9145981c3
infoblox: also create a ptr entry 2021-09-30 15:42:14 -07:00
Andrew Stuart
0e27f41fa0
Update external-dns to use v1 ingress 2021-09-08 09:29:05 -07:00
nadilas
07115e4092
Document usage of AWS env vars
Document the working method of using environment variables on the external-dns deployment to avoid the overhead of kiam or kube2iam when not using EKS
2021-09-01 22:53:13 +02:00
Kubernetes Prow Robot
ec54ea73cb
Merge pull request #2153 from RentTheRunway/falconertc/clouddns_visibility_filter
CloudDNS: Allow filtering for private and public zones
2021-07-28 01:23:36 -07:00
Kubernetes Prow Robot
6183270f5c
Merge pull request #2083 from SimonGurney/patch-1
Updated k8s manifest for Azure DNS provider #2082
2021-07-14 00:36:27 -07:00
Falcon Taylor-Carter
62011f09aa Update GKE docs with visibility example 2021-07-01 19:28:28 -04:00
Falcon Taylor-Carter
1d9b45bfcb Rename Google Kubernetes Engine 2021-07-01 17:25:50 -04:00
Kubernetes Prow Robot
979c2d611b
Merge pull request #2138 from kundan2707/dnsversion
updated external-dns version to latest
2021-06-30 08:39:04 -07:00
Nick Jüttner
3754701ab4
Update docs/tutorials/scaleway.md 2021-06-30 17:30:31 +02:00
Nick Jüttner
bc7aa5abeb
Update docs/tutorials/scaleway.md 2021-06-30 17:30:26 +02:00
Kubernetes Prow Robot
2605c5ee93
Merge pull request #2141 from edglynes/akamai-tutorial-update
Akamai tutorial update
2021-06-24 06:29:41 -07:00
Kubernetes Prow Robot
0148bca0f5
Merge pull request #2041 from olemarkus/kops
Kops compatibility mode
2021-06-24 06:25:41 -07:00
Ole Markus With
0306e20429 Add documentation on kops-compatibility-mode 2021-06-24 08:55:42 +02:00
Edward Lynes
eff1a93158
Merge branch 'kubernetes-sigs:master' into akamai-tutorial-update 2021-06-23 14:48:16 -04:00
Edward Lynes
6158bc118e Minor edits. Use v0.8.0 image. Add service account reference to the deployment spec example. Add --txt-prefix to avoid CNAME conflict. 2021-06-23 14:45:50 -04:00
Kubernetes Prow Robot
c78be00600
Merge pull request #2109 from krmichel/master
Add support for Kong's TCPIngress with a load balancer
2021-06-23 11:34:10 -07:00
Kyle Michel
2b39eabe38
Apply suggestions from code review
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-06-23 08:14:56 -04:00
Kundan Kumar
9295f188e3 updated external-dns version to latest 2021-06-23 15:45:52 +05:30
Kubernetes Prow Robot
43ce441e08
Merge pull request #2110 from mmerrill3/feature/infoblox-reg-ex
Adding ability to query Infoblox API using regex for fqdn (#2102)
2021-06-23 01:04:10 -07:00
Kubernetes Prow Robot
b8767ab077
Merge pull request #2113 from bynare/feature-matchparent
Feature matchparent
2021-06-23 00:26:10 -07:00
Kubernetes Prow Robot
3b98597ae1
Merge pull request #2037 from packi/gandi-provider
Add Gandi provider
2021-06-23 00:20:10 -07:00
Kubernetes Prow Robot
72a304db76
Merge pull request #2130 from KylePolansky/master
Update azure-private-dns tutorial image tag to v0.8.0
2021-06-22 23:48:13 -07:00
Roeland van Batenburg
4a107529c5
replace all occurrences 2021-06-18 16:31:54 +02:00
Roeland van Batenburg
2dc706bfb4
update for latest version 2021-06-18 15:47:04 +02:00
Kyle Polansky
450e8b6444 Update azure-private-dns tutorial image tag to v0.8.0 2021-06-17 21:14:14 -05:00
Kubernetes Prow Robot
35f2594745
Merge pull request #2118 from aSauerwein/patch-1
Update rfc2136.md
2021-06-16 00:49:59 -07:00
aSauerwein
6ce7374fb8
Update docs/tutorials/rfc2136.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-06-09 10:32:05 +02:00
Kundan Kumar
083e243eae fix_2099 2021-06-03 17:07:44 +05:30
aSauerwein
57597820cf
Update rfc2136.md
rfc2136-gss-tsig is needed for secure dynamic updates on windows
2021-06-02 11:19:43 +02:00
Eugene Venter
249370ba85 docs/tutorials/pdns.md: updates 2021-05-28 10:43:32 +12:00
mmerrill3
539aa8980e Adding ability to query Infoblox API using regex for fqdn (#2102)
Signed-off-by: mmerrill3 <jjpaacks@gmail.com>
2021-05-27 09:22:22 -04:00
Kyle Michel
8676dda63f
Add support for Kong's TCPIngress with a load balancer 2021-05-26 21:04:07 -04:00
DOliana
9c0bd8dd43
Update azure.md
updated version of external-dns, added notes for MSI permissions and which roles can be used, fixed mounting of config-file-secret
2021-05-20 20:53:50 +02:00
SimonGurney
026fa1c4d2
Updated k8s manifest for Azure DNS provider #2082
As detailed in #2082, following the tutorial does not work because the default TXT register is not configured with a prefix and therefore CNAME records can not be updated / deleted once added.
2021-05-14 16:38:09 +01:00
Sean Malloy
73e2694dc6 docs: update bluecat tutorial
* Updated with v0.8.0 details
* Document getting credentials via environment variables
2021-05-07 10:45:13 -05:00
Vinny Sabatini
3a1a01b72e bluecat: update docs for provider
Add docs for skipping TLS verification
2021-04-16 16:05:56 -05:00
Kubernetes Prow Robot
a5baad26d7
Merge pull request #1993 from ba-work/master
add krb5 realm support
2021-04-15 08:41:50 -07:00
Kubernetes Prow Robot
43d29f8032
Merge pull request #2021 from Sh4d1/scaleway_drop_org
fix(scaleway): drop support for organization ID as it's not needed
2021-04-07 01:15:53 -07:00
Patrick Stählin
b5f7570c35 Add Gandi provider 2021-04-04 20:54:23 +02:00
Kubernetes Prow Robot
497aba2cfb
Merge pull request #2018 from timtorChen/doc-update
Document annotation-filter usage
2021-04-03 02:44:12 -07:00
Patrik Cyvoct
088449d68f
doc(scaleway): remove organization ID usage
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-03-31 09:23:51 +02:00
Timtor Chen
88917956fa
Update the usage of annotation-filter
Signed-off-by: Timtor Chen <to@timtor.dev>
2021-03-19 17:27:54 +08:00
Brock Alberry
f9ad22cbbd
Merge branch 'master' into master 2021-03-18 14:05:18 -04:00
Kubernetes Prow Robot
030d86c201
Merge pull request #1693 from LuxChanLu/gloo-proxy
feat: add gloo proxy source
2021-03-18 07:51:19 -07:00
Kubernetes Prow Robot
87960f94ef
Merge pull request #1506 from KohlsTechnology/add-bluecat-provider
Add Initial BlueCat Provider Support
2021-03-18 07:45:19 -07:00
Kubernetes Prow Robot
ef04905cbb
Merge pull request #2015 from stovemeerkat/rfc2136-kerberos-realm
rfc2136: Add cli flag for Kerberos realm and improve tutorial
2021-03-18 07:41:19 -07:00
stovemeerkat
098cedb7f9 docs: Update and improve tutorial for the RFC2136 provider 2021-03-18 12:28:31 +01:00
Tim Curless
e20aea4d5f Add Initial BlueCat Provider Support
The new BlueCat provider uses the BlueCat API Gateway(REST API). Not
the legacy XML based BlueCat API.

https://github.com/bluecatlabs/gateway-workflows
2021-03-17 17:29:03 -05:00
Kundan Kumar
e1cf5f88a7 updated ingress apiVersion 2021-03-16 12:42:30 +05:30
Kundan Kumar
6adbd4ec25 external-dns configuration update 2021-03-09 17:42:30 +05:30
Hugome
5221b1d525
feat: add gloo proxy source 2021-03-03 22:34:22 +01:00
Brock Alberry
fa857131c2 add krb5 realm support 2021-03-03 21:28:11 +00:00
Kundan Kumar
2f220603a4 update external-dns image versiona nd ingress api version 2021-02-26 13:56:13 +05:30
Kubernetes Prow Robot
57ea816d62
Merge pull request #1946 from jeffspahr/master
Updated docs to reference the v0.7.6 image
2021-02-15 09:23:05 -08:00
Kubernetes Prow Robot
38da5fdc22
Merge pull request #1924 from Fred78290/godaddy
Godaddy
2021-02-12 01:22:47 -08:00
Dustin Scott
1e4c1e299d Add RFC3645 support for secure updates with GSS-TSIG 2021-02-05 08:40:31 -06:00
Jeff Spahr
d3577a1e17 fixed sed being too eager on kube-ingress-aws 2021-02-04 22:48:43 -05:00
Jeff Spahr
eaf933328f updated docs to reference the v0.7.6 image 2021-02-04 22:29:38 -05:00
fboltz
f7f90733ce Merge remote-tracking branch 'kubernetes-sigs/master' into godaddy 2021-01-30 10:22:48 +01:00
Raffaele Di Fazio
b65b945e27
corrects broken links in alb-ingress tutorial 2021-01-28 09:17:37 +01:00
Kubernetes Prow Robot
c47ac9ba46
Merge pull request #1912 from sfc-gh-jelsesiy/azure-private-dns
Refactor azure private dns auth
2021-01-21 10:57:02 -08:00
Frederic BOLTZ
02acef614d
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:57 +01:00
Frederic BOLTZ
85e048d4c9
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:47 +01:00
Frederic BOLTZ
bf6641d973
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:34 +01:00
timyinshi
bc10232ad7
modify the error url of external-dns rbac
Signed-off-by: timyinshi <shiguangyin@inspur.com>
2021-01-18 12:10:44 +08:00
fboltz
d3c30919ba Merge branch 'master' into godaddy 2021-01-17 17:30:50 +01:00
fboltz
2b113c25fa Add tutorial 2021-01-17 17:26:31 +01:00
Kubernetes Prow Robot
43d587f7bb
Merge pull request #1918 from vchan2002/master
Documentation on Route53 and Govcloud.
2021-01-13 09:04:36 -08:00
Victor Chan
8565d0fe78 small changes to get PR approved 2021-01-13 08:18:19 -08:00
Victor Chan
61ed6b643e changed wording to prevent confusion of using R53 in govcloud vs needing to make public facing r53 entries 2021-01-11 21:59:35 -08:00
Victor Chan
de93699850 tweak 2021-01-11 21:36:39 -08:00
Victor Chan
a4e469aa7f added space 2021-01-11 21:34:26 -08:00
Victor Chan
8eaef452e7 added instructions for govcloud 2021-01-11 21:33:03 -08:00
Jonas-Taha El Sesiy
c851a7973e
Refactor azure private dns auth
Add common config to be shared by both azure and azure-private-dns providers
Update tests & docs
2021-01-08 12:20:43 -08:00
Edward Lynes
71a9a73f39 Merge branch 'master' into akamai-provider-1846 2021-01-04 14:03:32 -05:00
Kubernetes Prow Robot
fb04daafc2
Merge pull request #1898 from RaymondKYLiu/master
fix doc: Correct document for aws.md about route53 health check association
2020-12-21 14:18:25 -08:00
RaymondKYLiu
8bbce07337
Update aws.md 2020-12-17 00:47:18 +08:00
bl-ue
4d6cac7d44 Fix quotes 2020-12-13 10:06:27 -05:00
bl-ue
84a23191b5 Fix typos
* fix typos

* fix special quote characters

* fix syntax highlighting in some code blocks
2020-12-13 10:03:14 -05:00
Edward Lynes
7d0ee0b146 change vers refs from v0.7.4 to v0.7.5 2020-12-09 13:01:23 -05:00
Edward Lynes
ef5e888488 Merge branch 'master' into akamai-provider-1846 2020-12-03 13:34:32 -05:00
Edward Lynes
395879ebfb Code review feedback updates
- removed commented code
- removed unnecessary provider checks in GetRecords and AddChanges
- removed noisy debugf comments
- updated validation keys check
2020-12-03 13:24:55 -05:00
Kubernetes Prow Robot
c79e457220
Merge pull request #1879 from kundan2707/akamaifastdns
fix for 1878
2020-12-03 03:05:00 -08:00
Kundan Kumar
7f7c663da9 fir for 1878 2020-12-03 15:41:07 +05:30
Kubernetes Prow Robot
de852f535f
Merge pull request #1876 from windayski/typos
fix some typos
2020-12-02 01:12:50 -08:00
windayski
9f28aa9106 fix some typos 2020-11-30 10:23:19 +00:00
bl-ue
615c92ddd2 Cleanup extra whitespace 2020-11-28 13:32:44 -05:00
bl-ue
fdbc66a47d Fix diff highlighting in CoreDNS tutorial 2020-11-28 13:21:44 -05:00
Edward Lynes
f33a90f88b Update documentation
update README.md to include akamai provider changes
update CHANGEME.md to rename akamai-fastdns refs to akamai-edgedns
update Akamai tutorial name and content for updated functionality and tested scenarios.
2020-11-23 14:42:31 -05:00
cyluss
aa8bcbf21a fix rfc2136 tutorial inconsistency within document 2020-11-06 18:46:50 +09:00
cyluss
d1fc39bfad fix rfc2136 tutorial RBAC 2020-11-06 18:43:38 +09:00
Victor Coutellier
7ca078441f
Fix OVH tutorial to match new permissions
External DNS now require permissions on endpoints resource. Adding it in the OVH tutorial manifest following this comment (https://github.com/kubernetes-sigs/external-dns/issues/961#issuecomment-664849509) for making it continue to work out of the box.
2020-10-28 09:36:19 +01:00
杨阳 10014842
280a9b7235 Add namespace for httpbin-gateway
Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
2020-10-23 16:48:15 +08:00
Kubernetes Prow Robot
764b944669
Merge pull request #1813 from ytsarev/crd-source-other-records
Add NS record support
2020-10-21 01:14:20 -07:00