Commit graph

128 commits

Author SHA1 Message Date
Romain c21597c593
Add Kubernetes Gateway Provider
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2020-12-15 16:40:05 +01:00
kevinpollet eebbe64b36
Merge branch v2.3 into master 2020-12-11 10:58:00 +01:00
Romain 7ba907f261
IngressRoute: add an option to disable cross-namespace routing
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2020-12-10 14:58:04 +01:00
SkapiN d2c1d39d42
Fix clusters option in ECS provider documentation 2020-11-24 14:50:03 +01:00
kevinpollet 2112de6f15
Merge branch v2.3 into master 2020-11-20 11:30:07 +01:00
Romain be0845af02
Apply labelSelector as a TweakListOptions for Kubernetes informers 2020-11-20 00:18:04 +01:00
Ivor Scott 9fb32a47ca
Fix grammar in kubernetes ingress controller documentation 2020-11-19 10:04:04 +01:00
Harold Ozouf 4f43c9ebb4
Fix missing allow-empty tag on ECS and Consul Catalog providers
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2020-11-19 00:12:03 +01:00
Jean-Baptiste Doumenjou 4fccde84bd Merge current v2.3 branch into master 2020-10-23 14:29:22 +02:00
Tom Matthews 721896ba70
Resolve broken URLs causing make docs to fail 2020-10-20 23:02:04 +02:00
Yeri Pratama 228270414c
fix typo in providers overview documentation 2020-10-20 19:02:04 +02:00
Ludovic Fernandez 04c07227f2
fix: Consul Catalog address documentation. 2020-10-19 10:28:03 +02:00
Andrew Savinykh b1ba42410b
Moving Provider Namespace documentation topic to Configuration Discovery section 2020-10-15 14:54:04 +02:00
Kevin Pollet 5e63ab619e
Fix default value of docker client timeout 2020-09-25 09:14:04 +02:00
Fernandez Ludovic cd947ae822 Merge branch 'v2.3' into master 2020-09-23 15:35:31 +02:00
Romain f59bf16e82
Fix consul catalog router tag example 2020-09-23 11:56:03 +02:00
Romain 118c31eb8d
Fix yaml documentation 2020-09-23 11:38:03 +02:00
Romain b40d35b779
chore: apply new documentation style.
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-09-23 10:20:04 +02:00
Fernandez Ludovic 86c099d629 Merge branch v2.3 into master 2020-09-17 12:32:18 +02:00
Jean-Baptiste Doumenjou c0f1e74bed
chore: move to Traefik organization.
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2020-09-16 15:46:04 +02:00
Julien Salleyron 76f42a3013
add ServersTransport on services 2020-09-11 15:40:03 +02:00
Fernandez Ludovic 6075f7e8fd Merge branch v2.3 into master 2020-09-08 10:48:09 +02:00
Manuel Zapf 235d1d655d
Add example for the IngressClass usage 2020-09-01 10:18:03 +02:00
Sune Keller 29bd6faa18
Support configuring a HTTP client timeout in the Docker provider 2020-08-28 10:02:03 +02:00
Fernandez Ludovic ca6b46533a Merge branch v2.2 into v2.3 2020-08-14 12:07:41 +02:00
Ludovic Fernandez a1fe29347a
doc: fix dead link. 2020-08-14 11:36:05 +02:00
Kevin Pollet 5b05c990b0
Improve region resolution for ECS provider
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2020-08-05 11:52:03 +02:00
Romain dafb14ff37
Support Kubernetes Ingress pathType
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
2020-07-28 17:50:04 +02:00
Michael 3908ef611a
Fix documenation for ECS 2020-07-28 10:44:05 +02:00
Ludovic Fernandez 8f2951b275
Prepare release v2.3.0-rc1 2020-07-15 20:50:03 +02:00
Daniel Tomcej cb6ec507e2
Add new ingressClass support to ingress provider
* add new ingressClass

* add doc

* lint

* adjust behavior to look for a class with a specific controller

* remove looking strange test ingressclass

* return nil rather than en empty object

* change documentation

* apply @kevinpollet suggestion

* change order of processIngress to be correct and adjust tests

* review: clean.

* review: clean.

* Fix for review

Co-authored-by: Manuel Zapf <manuel@containo.us>
Co-authored-by: Fernandez Ludovic <ludovic@containo.us>
Co-authored-by: Michael <michael.matur@gmail.com>
2020-07-15 19:18:03 +02:00
Kevin Pollet 1ef93fead7
Add HTTP Provider
* feat: add HTTP provider implementation

* refactor: add SetDefaults and struct tag for the new file parser

* feat: add TLS configuration property

* refactor: rework HTTP provider implementation

* feat: provide config only once if fetched config is unchanged

* style: lint

* ui: add HTTP provider icon

* tests: simplify and fix integration test

* docs: add reference config for file

* docs: move http reference config for file

Co-authored-by: Daniel Tomcej <daniel.tomcej@gmail.com>
2020-07-15 16:56:03 +02:00
Alessandro Chitolina 285ded6e49
Add AWS ECS provider
* add ecs provider

* add ecs docs

* fix test after rebase

* add provider icon

* add missing addProvider call

* Fix for review

* Fix documentation

* Fix for review

* Fix documentation

* fix ctx usage

* autoDiscoverClusters setDefaults false

* Fix for review

* review: doc.

* Fix for review: add ctx in backoff retry

* review: linter.

Co-authored-by: Michael <michael.matur@gmail.com>
Co-authored-by: romain <romain@containo.us>
Co-authored-by: Fernandez Ludovic <ludovic@containo.us>
2020-07-15 16:28:04 +02:00
jb doumenjou 73ca7ad0c1 Merge remote-tracking branch 'upstream/v2.2' into mrg-current-v2.2 2020-07-10 11:23:49 +02:00
Neil McAllister 7c54a45950
Minor fix to Go templating documentation 2020-07-01 12:00:03 +02:00
Ludovic Fernandez cb1d0441e9
feat: use parser to load dynamic config from file. 2020-06-17 16:48:04 +02:00
Jean-Baptiste Doumenjou c0c540dc09
fix a broken link on Docker plugins documentation 2020-06-10 12:22:04 +02:00
Lukas Pfannschmidt 04257afab7
Remove redundant paragraph in Kubernetes ingress documentation 2020-05-14 18:22:04 +02:00
Frank Brütting fe5a4a26f8
Edit code indentation for correct alignment 2020-04-17 17:32:04 +02:00
Ludovic Fernandez f55a09862e
doc: improve CRD documentation. 2020-04-15 17:38:05 +02:00
Ludovic Fernandez 5adf74e6ce
doc: Use neutral domains. 2020-03-13 22:50:05 +01:00
John Molakvoæ df351511de
Fix example values for swarmModeRefreshSeconds 2020-03-10 16:08:05 +01:00
Traefiker Bot 13ebd2c4e4
Update version references. 2020-03-05 21:46:04 +01:00
Fernandez Ludovic 09c07f45ee Merge v2.1 into master. 2020-03-05 16:10:23 +01:00
Ludovic Fernandez dccc075f2c
Add some missing doc. 2020-03-04 16:48:05 +01:00
Fernandez Ludovic e9d0a16a3b Merge 'v2.1' into master 2020-02-29 00:59:18 +01:00
Ludovic Fernandez 664cd940c5
fix: YML example of template for the file provider. 2020-02-28 14:52:05 +01:00
Ludovic Fernandez aab7043d45
Add information about filename and directory options. 2020-02-18 17:30:05 +01:00
Bret Fisher 86407871e6
Docs: Clarifying format of ingress endpoint service name 2020-02-17 17:30:06 +01:00
Ludovic Fernandez beec65938e
Improve documentation. 2020-02-17 11:04:04 +01:00