Fix consul catalog documentation
This commit is contained in:
parent
7be2db6e86
commit
14bdc0e57a
3 changed files with 14 additions and 8 deletions
|
@ -961,7 +961,7 @@ Supported [providers](../providers/overview.md), for now:
|
||||||
* [ ] Azure Service Fabric
|
* [ ] Azure Service Fabric
|
||||||
* [ ] BoltDB
|
* [ ] BoltDB
|
||||||
* [ ] Consul
|
* [ ] Consul
|
||||||
* [ ] Consul Catalog
|
* [x] Consul Catalog
|
||||||
* [x] Docker
|
* [x] Docker
|
||||||
* [ ] DynamoDB
|
* [ ] DynamoDB
|
||||||
* [ ] ECS
|
* [ ] ECS
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
providers:
|
providers:
|
||||||
consulcatalog:
|
consulcatalog:
|
||||||
|
|
||||||
|
# Expose Consul Catalog services by default in Traefik.
|
||||||
|
exposedByDefault: true
|
||||||
|
|
||||||
# Defines the consul address endpoint.
|
# Defines the consul address endpoint.
|
||||||
address: 127.0.0.1:8500
|
address: 127.0.0.1:8500
|
||||||
|
|
||||||
|
|
|
@ -26,13 +26,14 @@ Even if each provider is different, we can categorize them in four groups:
|
||||||
|
|
||||||
Below is the list of the currently supported providers in Traefik.
|
Below is the list of the currently supported providers in Traefik.
|
||||||
|
|
||||||
| Provider | Type | Configuration Type |
|
| Provider | Type | Configuration Type |
|
||||||
|-----------------------------------|--------------|--------------------|
|
|---------------------------------------|--------------|--------------------|
|
||||||
| [Docker](./docker.md) | Orchestrator | Label |
|
| [Docker](./docker.md) | Orchestrator | Label |
|
||||||
| [Kubernetes](./kubernetes-crd.md) | Orchestrator | Custom Resource |
|
| [Kubernetes](./kubernetes-crd.md) | Orchestrator | Custom Resource |
|
||||||
| [Marathon](./marathon.md) | Orchestrator | Label |
|
| [Consul Catalog](./consul-catalog.md) | Orchestrator | Label |
|
||||||
| [Rancher](./rancher.md) | Orchestrator | Label |
|
| [Marathon](./marathon.md) | Orchestrator | Label |
|
||||||
| [File](./file.md) | Manual | TOML/YAML format |
|
| [Rancher](./rancher.md) | Orchestrator | Label |
|
||||||
|
| [File](./file.md) | Manual | TOML/YAML format |
|
||||||
|
|
||||||
!!! info "More Providers"
|
!!! info "More Providers"
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@ or with a finer granularity mechanism based on constraints.
|
||||||
List of providers that support that feature:
|
List of providers that support that feature:
|
||||||
|
|
||||||
- [Docker](./docker.md#exposedbydefault)
|
- [Docker](./docker.md#exposedbydefault)
|
||||||
|
- [Consul Catalog](./consul-catalog.md#exposedbydefault)
|
||||||
- [Rancher](./rancher.md#exposedbydefault)
|
- [Rancher](./rancher.md#exposedbydefault)
|
||||||
- [Marathon](./marathon.md#exposedbydefault)
|
- [Marathon](./marathon.md#exposedbydefault)
|
||||||
|
|
||||||
|
@ -98,6 +100,7 @@ List of providers that support that feature:
|
||||||
List of providers that support constraints:
|
List of providers that support constraints:
|
||||||
|
|
||||||
- [Docker](./docker.md#constraints)
|
- [Docker](./docker.md#constraints)
|
||||||
|
- [Consul Catalog](./consul-catalog.md#constraints)
|
||||||
- [Rancher](./rancher.md#constraints)
|
- [Rancher](./rancher.md#constraints)
|
||||||
- [Marathon](./marathon.md#constraints)
|
- [Marathon](./marathon.md#constraints)
|
||||||
- [Kubernetes CRD](./kubernetes-crd.md#labelselector)
|
- [Kubernetes CRD](./kubernetes-crd.md#labelselector)
|
||||||
|
|
Loading…
Reference in a new issue