Commit Graph

364 Commits

Author SHA1 Message Date
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
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
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
Kostas Kapetanakis
8e28d46aeb
fix ingress-controller yaml link 2020-09-01 23:49:49 +03:00
David Dooling
bfda251c71
Add tutorial for GKE with workload identity
Add instructions for using GKE workload identity to allow ExternalDNS
to authenticate against Google Cloud DNS APIs. Add blog link to
README.

Signed-off-by: David Dooling <dooling@gmail.com>
2020-08-31 16:59:14 -05:00
ZhengYuan Loo
cbccd00d79
Merge branch 'master' into update-cf-docs 2020-08-27 10:27:28 +08:00
Loo Zheng Yuan
1518ae91f8
add examples using the --zone-id-filter flag 2020-08-26 01:34:14 +08:00
Loo Zheng Yuan
26156ad2db
improve docs on the exact configuration needed for zone-limited api tokens to work 2020-08-26 01:33:51 +08:00
Joseph Glanville
1fd40bd5fd Documentation for Contour HTTPProxy support 2020-08-22 17:51:47 +07:00
Sean Malloy
b349103de7 Update Documentation with Updated Registry Location
The k8s external-dns project now uses the official Kubernetes projects
container registry at k8s.gcr.io. Update all references to use the new
registry.
2020-08-21 16:28:57 -05:00
Kubernetes Prow Robot
7fe31aacfa
Merge pull request #1734 from ddymko/doc-typos
Docs: Fixed typos
2020-08-20 00:41:22 -07:00
Kubernetes Prow Robot
8b3ec72b4f
Merge pull request #1729 from prune998/patch-1
added --txt-prefix to google deployment
2020-08-20 00:39:22 -07:00
David Dymko
091580ae6d typos in docs 2020-08-19 01:41:59 -04:00
Patrik
b22edb8f4b
Update docs/tutorials/scaleway.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2020-08-19 06:42:53 +02:00
Patrik Cyvoct
9a7a873ce8
Add Scaleway DNS as a new provider
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2020-08-19 06:41:42 +02:00
prune
32a28ca5fa
removed ref to vinylDNS 2020-08-18 17:45:40 -04:00
Prune Sebastien THOMAS
e0723bb28b
added --txt-prefix to google deployment
when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record in VinylDNS without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage).
2020-08-18 11:11:36 -04:00
Kubernetes Prow Robot
4544ca797f
Merge pull request #1712 from tonychoe/patch-1
"passphrase:" is missing from oci.yaml example
2020-08-17 13:05:30 -07:00
Kubernetes Prow Robot
1e2b11d3d3
Merge pull request #1581 from stefanlasiewski/patch-1
Improve documentation about rfc2136 TTLs
2020-08-17 12:59:30 -07:00
Kubernetes Prow Robot
a7f0e8213b
Merge pull request #1697 from openstacker/add-serviceAccountName
Fix Designate doc
2020-08-17 12:57:30 -07:00
Tony Choe
67815a5cf7
Update oracle.md 2020-08-10 20:34:10 -07:00
Tony Choe
e69dcecabc
"passphrase:" is missing from oci.yaml example
The current example is incomplete. It misses "passphrase".
2020-08-06 21:19:38 -07:00
David Dooling
cd750c95ea
Update apiVersions in docs (#1690)
* Update apiVersions in docs

Update docs to reflect new apiVersions for ingresses and deployments.

* Add selector to apps/v1 deployments
2020-08-05 00:44:28 -07:00
Feilong Wang
cf26b450a0 Fix Designate doc 2020-07-30 14:18:18 +12:00
kbhandari
783355fd76 Added review comments 2020-07-29 13:13:47 +00:00
kbhandari
0a7c4fd8ca Incorprated master changes 2020-07-29 13:07:44 +00:00
kbhandari
63408f5333 Incorporated review comments 2020-07-22 13:19:49 +00:00
Kubernetes Prow Robot
a1db49c7da
Merge pull request #1661 from phillc/master
Update link for linode cloud manager
2020-07-17 04:49:00 -07:00
Kushal Bhandari
768211d6ff
Merge branch 'master' into master 2020-07-10 10:49:48 -04:00
Raffaele Di Fazio
7505f29e4c
Remove occurrences of "master" from the project (#1636)
* intial removal of inappropriate terminology

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* removed other occurrences

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* gofmt

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* addresses comment

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* gofmt

Signed-off-by: Raffaele Di Fazio <raffo@github.com>
2020-07-08 01:13:08 -07:00
phillc
4ec55c5bcf
Update link for linode cloud manager 2020-07-07 10:19:43 -04:00
Kushal Bhandari
3b085c5fcc
Merge branch 'master' into master 2020-06-30 11:18:58 -07:00
Tariq Ibrahim
c2788b2735
add new source for istio virtual services
Co-authored-by: Alfred Krohmer <alfred.krohmer@logmein.com>
Co-authored-by: Jonas-Taha El Sesiy <github@elsesiy.com>
2020-06-29 13:19:50 -07:00
ikovnatskymiacar
a54aa72303
Upgrade istio httpbin from 1.0 to 1.6 version 2020-06-22 11:08:23 +03:00
Kushal Bhandari
4809e19d4e
Merge branch 'master' into master 2020-06-18 10:56:13 -07:00
Kushal Bhandari
00da3a130f
Merge branch 'master' into master 2020-06-16 13:55:52 -07:00
kbhandari
f5db378090 Made go.mod and go.sunm file changes 2020-06-16 20:36:51 +00:00
kbhandari
7a71b2932a Added final review comments 2020-06-16 20:15:32 +00:00
kbhandari
a2027755c9 Added fix for default TTL 2020-06-16 19:07:19 +00:00
kbhandari
00ecf547e6 Quick fixed ultradns.md doc 2020-06-15 19:16:10 +00:00
kbhandari
db3fdfb1d9 Finalized version of ultradns provider 2020-06-15 19:03:37 +00:00
Vladimir Smagin
28c01075d0 Merge branch 'master' of github.com:kubernetes-sigs/external-dns 2020-06-09 23:57:15 +07:00
Vladimir Smagin
f0d811a198 watch for nodes 2020-06-09 23:47:37 +07:00
Vladimir Smagin
2494672f12 readme 2020-06-09 07:54:53 +07:00
Tom Dyas
0d0da6df5f set default to 50 plus add docs 2020-06-05 21:41:28 -07:00
Vladimir Smagin
76f391d8f8
fix typo 2020-05-26 03:30:57 +07:00
Kubernetes Prow Robot
02c7c6f178
Merge pull request #1559 from lowkeyliesmyth/patch-1
Use consistent headless service name in example
2020-05-24 02:21:10 -07:00
Vladimir Smagin
ae60b0cebe Add doc for Hetzner 2020-05-18 12:25:21 +07:00
Stefan Lasiewski
1681d4944b
Improve documentation about rfc2126 TTLs
Now that `--rfc2136-min-ttl` is an option, show how to set it and also how to override it using an annotation.
2020-05-15 16:42:44 -07:00
Tariq Ibrahim
5176b366ec
fix minor typos in istio gateway source docs 2020-05-09 11:54:48 -07:00
Dave Parker
b15c8737a4
Fix a few more minor "external" typos 2020-05-08 22:41:42 -07:00
Dave Parker
defe8b7ffc
Use consistent headless service name
Fix a typo and update the headless service name to be consistent.
2020-05-06 16:14:51 -07:00
Gordan Grasarevic
e23ae80bb9
Remove duplicate selector from DO manifest 2020-05-03 18:43:58 +01:00
Kubernetes Prow Robot
490ff5dd4e
Merge pull request #1509 from ddymko/vultr-dns
Vultr Provider
2020-04-23 10:37:11 -07:00
Kubernetes Prow Robot
fba0d496b2
Merge pull request #1516 from scottd018/bugfix-windows-documentation-rfc2136
Fix RFC2316 Windows Documentation
2020-04-23 10:31:11 -07:00
Kubernetes Prow Robot
3ce5701fd5
Merge pull request #1484 from porscheinformatik/ocproute
Support for openshift routes
2020-04-20 11:59:40 -07:00
Dustin Scott
7cacf32bda Fix RFC2316 Windows DNS Documentation 2020-04-17 09:31:08 -05:00
Tiago Matias
dd9c9104ac
fix typo 2020-04-16 17:54:49 -03:00
David Dymko
beedea2977 docs 2020-04-10 12:46:59 -04:00
Johannes Grumböck
3331392d74 added tutorial 2020-04-10 09:44:05 +00:00
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
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
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
wangyetao
867f54957f fix broken liks:https://ns1.com/knowledgebase/creating-and-managing-users 2020-01-19 17:29:40 +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
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
David Grizzanti
084ea67be0
Update vinyldns docs
Make registry txt usage more clear
2020-01-06 09:14:45 -05: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
Kubernetes Prow Robot
d02b4d11ab
Merge pull request #1268 from yujunz/tutorial/aws
Fix tutorial for kubernetes 1.16+
2019-11-12 04:06:06 -08:00
Kubernetes Prow Robot
645ba9b8ef
Merge pull request #1234 from PiotrJander/patch-1
Update aws.md
2019-11-12 04:04:07 -08:00
Yujun Zhang
4eb3da327c Fix tutorial for kubernetes 1.16+
`Deployment` has been removed from `apiVersion: extensions/v1beta1`

See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
2019-11-12 13:50:31 +08:00
Eugene Klimov
b585868372
update links to RDNS 2019-11-06 09:09:15 +03:00
Kubernetes Prow Robot
ceae2f9a38
Merge pull request #1254 from bavarianbidi/docs/openstack/snippet-for-rbac-enabled-environment
docs/designate: add snippet for rbac env
2019-11-05 05:30:39 -08:00
Mario Constanti
a16827e73c docs/designate: add snippet for rbac env
* extend the external-dns deployment to work within a RBAC enabled
environment
* add short hint how to mount/use/trust self-sign certificates
2019-11-05 09:51:16 +01:00
Mario Constanti
82e43e85ec docs: fix log-level param in tutorials
* arg --debug is now --log-level=debug
* flag --log-level was merged 2017 with
  PR https://github.com/kubernetes-sigs/external-dns/pull/339
2019-11-04 06:53:30 +01:00
Nick Jüttner
f763d2a413 Move into kubernetes-sigs organization (#1245)
* Move into kubernetes-sigs organization

* Disable labeler action for forks
2019-11-01 17:10:19 +01:00
Piotr Jander
36a8ec987a
Update aws.md 2019-10-18 13:51:27 +02:00
Zoltán Reegn
aff20c1ff7 docs: use apps/v1 instead of extensions/v1beta1 in Deployment examples
The extensions/v1beta1 API is deprecated for Deployment and with 1.16 is
not served by default anymore. This breaks the examples on k8s 1.16.

See this blog post for details on the deprecations:

https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
2019-10-15 22:33:11 +02:00
Kubernetes Prow Robot
cec75d7da4
Merge pull request #1223 from dgrizzanti/namespace_doc_updates
Propose a few doc changes to make the use of namespace more clear
2019-10-15 03:47:52 -07:00
David Grizzanti
c4db4af310 Propose a few doc changes to make the use of namespace more clear 2019-10-08 09:54:59 -04:00
Kubernetes Prow Robot
59475a1c5c
Merge pull request #1206 from dooman87/patch-1
#582: Unknown Serviceaccount error
2019-10-08 03:09:11 -07:00
Kubernetes Prow Robot
8db7e77d78
Merge pull request #1149 from dkeightley/master
Add RBAC manifest, update wording around IAM policy
2019-09-24 04:49:27 -07:00
Pokidov N. Dmitry
aa2b4589cd
#582: Unknown Serviceaccount error
Seems like there was attempts to fix it but change didn't make it to master
2019-09-24 10:26:37 +10:00
Kubernetes Prow Robot
40ede2557c
Merge pull request #1189 from Evesy/cf_token
Support Cloudflare API Token Auth
2019-09-17 04:12:23 -07:00
Brian Hong
c97781a49d
Fix AWS IAM Roles for Service Accounts permission
Amazon EKS supports IAM Roles for Service Accounts. It mounts tokens
files to `/var/run/secrets/eks.amazonaws.com/serviceaccount/token`.
Unfortunately, external-dns runs as 'nobody' so it cannot access this
file. External DNS is then unable to make any AWS API calls to work:

```
time="2019-09-11T07:31:53Z" level=error msg="WebIdentityErr: unable to read file at /var/run/secrets/eks.amazonaws.com/serviceaccount/token\ncaused by: open /var/run/secrets/eks.amazonaws.com/serviceaccount/token: permission denied"
```

See: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html

Below are the file permissions mounted on External DNS pod:

```
~ $ ls -al /var/run/secrets/eks.amazonaws.com/serviceaccount/
total 0
drwxrwxrwt    3 root     root           100 Sep 11 06:40 .
drwxr-xr-x    3 root     root            28 Sep 11 06:40 ..
drwxr-xr-x    2 root     root            60 Sep 11 06:40 ..2019_09_11_06_40_49.865776187
lrwxrwxrwx    1 root     root            31 Sep 11 06:40 ..data -> ..2019_09_11_06_40_49.865776187
lrwxrwxrwx    1 root     root            12 Sep 11 06:40 token -> ..data/token
~ $ ls -al /var/run/secrets/eks.amazonaws.com/serviceaccount/..data/token
-rw-------    1 root     root          1028 Sep 11 06:40 /var/run/secrets/eks.amazonaws.com/serviceaccount/..data/token
```

This commit fixes this problem by specifying securityContext to make
mounted volumes with 65534 (nobody) group ownership.
2019-09-16 17:01:07 +09:00
Mike Eves
49e0c8b0e7 Support Cloudflare API Token Auth 2019-09-12 22:00:29 +01:00
Alfred Krohmer
a1738f9828 Add documentation for routing policies 2019-09-10 20:47:36 +02:00
Braxton Schafer
905800f9e5
Update rfc2136 tutorial for use with Microsoft DNS
Clean up the tutorial and update it to clarify usage with non-BIND DNS servers.
2019-09-05 13:28:09 -05:00
Adrian Pascu
78c48af7e4
Fix confusing arrow direction 2019-08-23 16:45:14 +03:00
dkeightley
b12f3ef049 Add RBAC manifest, update wording around IAM policy 2019-08-15 11:47:03 +10:00
Kubernetes Prow Robot
eb54263256
Merge pull request #1084 from jonasrmichel/feature/contour-ingressroute
Add source implementation for Heptio Contour IngressRoute
2019-07-30 08:54:51 -07:00
Marc Sensenich
cf1827cf36 Add DNSimple Tutorial Document 2019-07-29 17:44:55 -04:00
Jason-ZW
f685704fcc Add rancher dns(RDNS) provider 2019-07-19 19:40:00 +08:00
Jonas Michel
43dce0b9d9 Add documentation for Contour IngressRoute source 2019-07-04 20:06:25 -05:00
Kubernetes Prow Robot
454eb59622
Merge pull request #1079 from twilfong/master
add dualstack support for AWS provider with ALB ingress controllers
2019-07-04 07:22:36 -07:00
Dave Grizzanti
3b4e207edf Docs and small fix to find suitable zone 2019-07-01 16:53:50 -04:00
twilfong
efebfa2d7c add tutorial for using alb-ingress-controller with ExternalDNS 2019-06-27 17:13:08 -07:00
Dave Grizzanti
5b28d7f7f3 Add VinylDNS as a provider 2019-06-27 11:07:21 -04:00
Nick Jüttner
c4dce019dd
Merge branch 'master' into external-services 2019-06-04 15:08:18 +02:00
Anton Mironov
7a593386c9 Add docs for ExternalName services 2019-05-29 15:49:20 +03:00
Jérôme Lecorvaisier
a98637aa02
docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1 2019-05-20 22:38:58 -04:00
Reinier Schoof
3323229ae0 Merge branch 'master' of github.com:kubernetes-incubator/external-dns into transipSupport 2019-05-07 13:23:47 +02:00
Reinier Schoof
eca0025558 tweaked transip provider tutorial 2019-05-07 12:01:01 +02:00
Paweł Prażak
db47517076
Update aws.md
Fixes `Failed to watch *v1.Node: unknown (get nodes)`
2019-05-02 09:51:54 +02:00
Reinier Schoof
a2b07c1383 added TransIP provider 2019-04-28 14:42:07 +02:00
mburtless
b7c10bb80f Add tutorial for NS1 and link in README 2019-04-23 11:27:25 -04:00
Kubernetes Prow Robot
887b5f7614
Merge pull request #977 from xianlubird/docs/add-sts
Fix alibaba cloud config file missing by enable sts token
2019-04-16 00:41:04 -07:00
xianlubird
4ea79d1144 Update the docs link 2019-04-16 09:58:20 +08:00
Gordan Grasarevic
7485ef6f68 Remove disable-addon argument from gke + nginx tutorial 2019-04-14 16:36:46 +01:00
xianlubird
261765fb71 Add Chinese docs link 2019-04-14 19:33:02 +08:00
xianlubird
24c0d0eef3 Enable sts token 2019-04-14 19:24:57 +08:00
Joseph
8f0b1c9c52 fix wrong arg 'alibaba-cloud-zone' -> 'alibaba-cloud-zone-type' 2019-04-14 11:45:49 +08:00
Kubernetes Prow Robot
02faeb914d
Merge pull request #952 from hobti01/patch-1
Remove superfluous trailing period from hostname
2019-04-10 02:22:14 -07:00
igork
a70fff1560
describe how to check if your cluster has a RBAC 2019-04-02 13:24:12 +02:00
Tim Hobbs
252dc2b0f5
Remove superfluous trailing period from hostname
Tutorial specifies version >0.4 which also removed the requirement for a trailing period.  New users could misunderstand the trailing dot as a significant syntax.  Removing the dot simplifies the configuration of the annotation.
2019-03-29 11:37:59 +01:00
Christian Glombek
0076e4156c Add support for multiple Istio Ingress Gateways
The --istio-ingress-gateway flag may now be specified multiple times.
2019-03-18 22:13:44 +01:00
Kubernetes Prow Robot
f292f8e75c
Merge pull request #874 from nic-at/master
Add RcodeZero Anycast DNS provider
2019-03-18 09:42:24 -07:00