Hugome
62ac50229c
Remove 'Generate consumer key' options and add more docs on that
2020-03-10 15:11:32 +01:00
Hugome
430e357d27
Add OVH Provider
...
- OVH Provider
- Tests
- Documentations
2020-03-10 14:37:52 +01:00
Martin Linkhorst
bbed273d21
docs: fix skipper routegroup flag in docs
2020-03-09 12:44:19 +01:00
Sandor Szücs
116856f422
implement RouteGroup with similar feature set to ingress
...
add documentation for kube-ingress-aws-controller and RouteGroup
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2020-03-05 17:14:30 +01:00
Kubernetes Prow Robot
a563022e8a
Merge pull request #1005 from devkid/feature/headless-services-publishnotreadyaddresses
...
Headless service: retrieve endpoints via Endpoints resource; evaluate spec.publishNotReadyAddresses
2020-03-04 05:37:46 -08:00
ttonline
4fb9b61072
fix broken links: https://community.exoscale.com/documentation/dns/api/ ( #1451 )
2020-03-03 14:36:11 +01:00
Alfred Krohmer
65208db6ec
Address review comments
2020-02-18 20:18:56 +01:00
Alfred Krohmer
c91eae9d2f
Update documentation to include RBAC permissions for endpoints resources
2020-02-18 19:43:41 +01:00
Tariq Ibrahim
e623d9f35f
update docker image references of external-dns
2020-02-12 16:00:10 -08:00
njuettner
bbea3262c7
v0.6.0
2020-02-11 13:37:39 +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
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
saidst
5340c89756
updated infos on required technical users in azure private dns tutorial.
2020-01-29 08:16:58 +01:00
k.siemer
55281360bf
Added Akamai FastDNS as an alpha provider and added a tutorial
2020-01-22 19:49:52 +01: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
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
Ikiru Yoshizaki
a073e30f6c
docs: add REgion for aws-sd external-dns deployment
2020-01-14 20:17:05 +09:00
JPantsjoha
7be57d4c53
Update gke.md
2020-01-13 11:52:22 +00: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
Jaromir Vanek
3f488acd6c
AWS-SD: Rebrand AWS Auto Naming to Cloud Map
2020-01-07 17:25:35 -08:00
Martin Linkhorst
b78d472940
Merge branch 'master' into docs_apps/v1_deployment
2020-01-07 14:51:20 +01:00
Martin Linkhorst
f02c3c7679
docs: add missing template labels
2020-01-07 14:48:56 +01:00
Martin Linkhorst
ad54d4cad2
docs: switch apiVersion of Ingress to networking
2020-01-07 14:42:47 +01:00
Martin Linkhorst
8ac741def2
add a missing label selector
2020-01-07 14:30:49 +01:00
David Grizzanti
084ea67be0
Update vinyldns docs
...
Make registry txt usage more clear
2020-01-06 09:14:45 -05:00
Kubernetes Prow Robot
eba1410d94
Merge pull request #1332 from ytsarev/doc-and-sample-fixes
...
CRD documentation and sample fixes
2019-12-28 10:57:39 -08:00
Yury Tsarev
95624432b7
Update CRD source doc with RBAC, fix CRD manifest
...
* Add RBAC piece of documentation
* Remove `status:` to avoid validation failure
Otherwise it fails with
```
$ kubectl apply -f crd-manifest.yaml
error: error validating "crd-manifest.yaml": error validating data: ValidationError(CustomResourceDefinition.status): missing required field "storedVersions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus;
```
2019-12-28 15:51:09 +01:00
Kubernetes Prow Robot
1055d02037
Merge pull request #1328 from ashleyschuett/multiple-istio-ingress-gateway
...
Multiple istio ingress gateway
2019-12-27 06:27:38 -08:00
fcarletti
9aee917964
fix: use ingress gateway service as target instead of hard-coded ones
2019-12-23 10:33:01 +01:00
Kubernetes Prow Robot
e68ea6050b
Merge pull request #1319 from saidst/feature/extend-azure-private-dns-tutorial
...
Reworked tutorial for Azure Private DNS
2019-12-20 00:39:33 -08:00
saidst
a567ac58d8
changed intending.
2019-12-20 09:00:38 +01:00
saidst
c66576112b
added example for simple check of correct ingress-controller configuration.
2019-12-17 19:45:35 +01:00
Andrew Hemming
7706910fe0
Corrected typo in readme
2019-12-16 09:00:17 +00:00
saidst
48ed325c56
added details for configuring nginx-ingress-controller in azure private dns tutorial.
2019-12-12 15:40:58 +01:00
Kubernetes Prow Robot
7ab7b2f3d5
Merge pull request #1163 from adipascu/patch-1
...
Fix confusing arrow direction
2019-12-05 02:50:32 -08:00
Kubernetes Prow Robot
09860ede26
Merge pull request #1305 from kubernetes-sigs/linki-patch-4
...
Add missing service account to spec
2019-12-03 06:56:57 -08:00
Martin Linkhorst
d5709d04d6
docs: add missing service account to spec
2019-12-02 13:49:08 +01:00
Alex Orange
1c8b189859
Improve RFC2136 documentation.
2019-11-26 11:36:27 -07:00
Zhang Jinghui
1e41400149
fix broken link of ingress-gce and ingress-nginx
2019-11-22 21:01:57 +08:00
Tim Jacomb
b7ea40ff78
Refine azure-private-dns tutorial
2019-11-19 12:04:52 +01:00
saidst
f14d792315
resolved review findings as of nov 12.
2019-11-19 12:04:52 +01:00
saidst
eb0cdb0962
Created Azure Private DNS Provider by forking Azure Provider.
2019-11-19 12:04:46 +01:00
Nick Jüttner
9418e3acd8
Merge pull request #1008 from devkid/feature/aws-routing-policies
...
[RFC] Add support for all AWS Route53 routing policies; add additional Setldentifier abstraction layer
2019-11-19 11:21:12 +01:00
Jakub Scholz
8475895fd4
Use apps/v1 for the deployment to be compatible with Kubernetes 1.16
...
Signed-off-by: Jakub Scholz <www@scholzj.com>
2019-11-14 23:01:42 +01:00