Specify that Rancher provider is for 1.x only
This commit is contained in:
parent
2be6f4d153
commit
b143101f82
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,17 @@
|
||||||
# Traefik & Rancher
|
# Traefik & Rancher
|
||||||
|
|
||||||
A Story of Labels, Services & Container
|
A Story of Labels, Services & Containers
|
||||||
{: .subtitle }
|
{: .subtitle }
|
||||||
|
|
||||||
![Rancher](../assets/img/providers/rancher.png)
|
![Rancher](../assets/img/providers/rancher.png)
|
||||||
|
|
||||||
Attach labels to your services and let Traefik do the rest!
|
Attach labels to your services and let Traefik do the rest!
|
||||||
|
|
||||||
|
!!! important
|
||||||
|
This provider is specific to Rancher 1.x.
|
||||||
|
Rancher 2.x requires Kubernetes and does not have a metadata endpoint of its own for Traefik to query.
|
||||||
|
As such, Rancher 2.x users should utilize the [Kubernetes provider](./kubernetes-crd.md) directly.
|
||||||
|
|
||||||
## Configuration Examples
|
## Configuration Examples
|
||||||
|
|
||||||
??? example "Configuring Rancher & Deploying / Exposing Services"
|
??? example "Configuring Rancher & Deploying / Exposing Services"
|
||||||
|
|
Loading…
Reference in a new issue