From b143101f8259e118761d4c0472cc167ef97fcf90 Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Mon, 3 Jun 2019 16:46:05 -0600 Subject: [PATCH] Specify that Rancher provider is for 1.x only --- docs/content/providers/rancher.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/providers/rancher.md b/docs/content/providers/rancher.md index 4690f447f..3e69c62bb 100644 --- a/docs/content/providers/rancher.md +++ b/docs/content/providers/rancher.md @@ -1,12 +1,17 @@ # Traefik & Rancher -A Story of Labels, Services & Container +A Story of Labels, Services & Containers {: .subtitle } ![Rancher](../assets/img/providers/rancher.png) 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 ??? example "Configuring Rancher & Deploying / Exposing Services"