149 Commits

Author SHA1 Message Date
Sheng Lao
6927af4067 Add apiVersion to ingress.yaml, and Delete the duplicated line in dnstools 2019-01-12 00:06:43 +08:00
Kubernetes Prow Robot
a948fe659f
Merge pull request #824 from PascalKu/patch-1
Update cloudflare.md
2019-01-10 12:00:46 -08:00
Kubernetes Prow Robot
ca0e34274f
Merge pull request #822 from zachyam/update-readme-metrics
Add metrics info to FAQ
2019-01-08 01:37:15 -08:00
Zach Yam
451bfa879f Clarify registry error info 2019-01-07 15:11:00 -05:00
Kubernetes Prow Robot
871cb4c5f3
Merge pull request #818 from acrogenesis/patch-1
Fix commands to cleanup Cloudflare
2019-01-07 09:26:02 -08:00
Zach Seils
9cc0fbf3e1 Correct Google Cloud DNS (ref: https://cloud.google.com/dns/) naming in docs 2019-01-04 21:37:00 +00:00
Pascal Kutscha
5aee5ad345
Update cloudflare.md 2018-12-22 21:27:48 +01:00
Zach Yam
a19cc0a3d0 Add metrics info to FAQ 2018-12-20 23:30:52 +01:00
Wade Lee
cea58909f0
Update coredns.md
Make the DNS service IP consistent with `my-coredns-coredns` in example
2018-12-20 16:31:55 +08:00
Adrian Rangel
374bb9235a
fix commands to cleanup 2018-12-19 02:08:20 -06:00
THEBAULT Julien
7747db2351 Update coredns tutorial with RBAC manifest (see #791) 2018-12-10 10:05:02 +01:00
Matteo Dell'Aquila
36b443f853 fix json syntax error - typing error (#765)
there was an unexpected comma in json used as custom configuration file
2018-12-04 16:02:32 +01:00
Davis Phillips
f25f90db0e adding config for bind for tsig (#790)
* adding config for bind for tsig

* add indentation as requested
2018-11-30 20:57:06 +01:00
Marques Johansson
78c63c3187 update the FAQ list of supported DNS providers (#796) 2018-11-30 20:56:51 +01:00
k8s-ci-robot
75b3ac37ba
Merge pull request #788 from pelithne/master
Updating Azure tutorial
2018-11-28 02:09:04 -08:00
xunpan
31e50b792c add tutorial for coredns (#791)
There is no coredns tutorial for externalDNS. This pull request makes
coredns based on minikube for working with externalDNS.
2018-11-28 10:59:24 +01:00
Author pelithne
5bbaf7f3fc Updating Azure tutorial 2018-11-24 18:19:55 +01:00
Nick Jüttner
ae2b782b58
Merge pull request #742 from mytaxi/feature/add-alias-annotation
Feature/add alias annotation
2018-11-14 14:22:58 +01:00
Nick Jüttner
c63bf03097
Merge pull request #737 from ottoyiu/pdns-domainfilter
PowerDNS: Add DomainFilter support
2018-11-14 13:50:19 +01:00
Nick Jüttner
305c96686f
Merge pull request #764 from coderanger/patch-1
Add Traefik to the supported list of ingress controllers.
2018-11-13 16:09:26 +01:00
Bily Zhang
10134b26a9 Remove dupplicated words:have,aliyun (#768)
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-12 08:36:08 +01:00
vaegt
4b985ab04a
Add docs for alias annotation 2018-11-09 13:07:55 +01:00
Noah Kantrowitz
15d5fa1f96
Add Traefik to the supported list of ingress controllers. 2018-11-07 00:17:51 -08:00
Patrick Galbraith
2c602631dd Oracle doc fix (add "key:" to secret) (#750)
* fix domain filter match logic to not match similar domain names

* MAINTAINER is deprecated - using LABEL instead

https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

* Fix to documentation for Oracle to include `key:`
2018-11-06 20:58:18 +01:00
Pascal
f11987ca09 Update Azure documentation 2018-10-23 20:47:44 +02:00
Otto Yiu
04ca5ec22f pdns: Add DomainFilter support 2018-10-22 13:54:11 -07:00
Vladislav Troinich
f15d8f454a Add small Readme for RFC2136 provider 2018-10-16 15:24:45 +03:00
Martin Linkhorst
8163db497d
docs: document how to use a different security context 2018-10-02 18:36:58 +02:00
Jonas Michel
b9b6842195 Add Source implementation for Istio Gateway (#694)
* 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
2018-09-06 16:39:32 +02:00
Nick Jüttner
488f10394a
Merge branch 'master' into generic-source 2018-09-03 10:55:12 +02:00
xianlubird
ae9c135d75 Add zone info to deployment 2018-09-03 16:20:26 +08:00
xianlubird
3e771e5b72 Change README.md from 0.4 to 0.5.6 2018-08-31 10:06:25 +08:00
xianlubird
e488e2bb0f Add aliyun sts token support 2018-08-30 18:48:31 +08:00
Li Yi
1db16f35af Initial support for Alibaba Cloud 2018-08-28 17:30:36 +08:00
shashidharatd
1529c0231f Add documentation for CRD source 2018-08-22 19:37:21 +05:30
Nick Jüttner
ce525ce507 Updating changelog for new release v0.5.5 2018-08-17 13:28:28 +02:00
cliedeman
65f8b914b1 Linode Provider Implementation 2018-08-14 16:26:14 +02:00
Andrew Starr-Bochicchio
19476bd869 s/Ttl/TTL/ 2018-08-10 09:58:05 -04:00
Andrew Starr-Bochicchio
edc018cfd1 Add support to configure TTLs on DigitalOcean. 2018-08-09 18:43:23 -04:00
Arttii
874502ebf8 adding a flag to optionally publish hostIP instead of podIP for headless services (#597)
* Added HostPort feature docs

* Fixed some typos

* Fixing hostIP,podIP change

Fixing hostIP,podIP change

Merge artifacts in docs

Naming typo

removing unnecessary files

fix(source): fix misleading log message

Naming typo

removing unnecessary files

* fix(source): fix misleading log message
2018-07-26 18:16:32 +02:00
Christopher Schmidt
0fd3a7afb1 added list nodes 2018-07-13 12:52:16 +02:00
Nick Jüttner
717ee8440c
Merge branch 'master' into external-dns-exoscale 2018-07-12 12:21:12 +02:00
Nick Jüttner
f38c347636
Merge branch 'master' into external-dns-exoscale 2018-07-12 11:30:05 +02:00
Andrew Pryde
3c9a944fec Code review comments 2018-07-11 15:44:40 +01:00
Andrew Pryde
88da61e742 Implement Oracle Cloud Infrastructure DNS provider 2018-07-11 15:42:00 +01:00
Christopher Schmidt
df03cb8107 added version tag 2018-07-11 07:09:34 +02:00
Christopher Schmidt
56e4fe82db added an Exoscale tutorial 2018-07-10 15:25:48 +02:00
Derek Perkins
9d345272d9
fix typo in cloudflare.md 2018-07-02 20:43:52 -06:00
Nick Jüttner
5994e55708 Bump version to v0.5.4 (#618) 2018-06-28 15:30:56 +02:00
Yurii Soldak
cd74835e28 fix docs, now mentions "spec.tls.hosts" and annotation on ingress 2018-06-21 13:38:07 +02:00