From e6040e55f58055dd47e4925907023bcb4d6a0bf7 Mon Sep 17 00:00:00 2001 From: Kevin Maris Date: Fri, 3 Aug 2018 02:00:03 -0600 Subject: [PATCH] Update kubernetes.md --- docs/configuration/backends/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/backends/kubernetes.md b/docs/configuration/backends/kubernetes.md index e8896c50d..fac33b231 100644 --- a/docs/configuration/backends/kubernetes.md +++ b/docs/configuration/backends/kubernetes.md @@ -108,7 +108,7 @@ The endpoint may be specified to override the environment variable values inside When the environment variables are not found, Traefik will try to connect to the Kubernetes API server with an external-cluster client. In this case, the endpoint is required. -Specifically, it may be set to the URL used by `kubectl proxy` to connect to a Kubernetes cluster using the granted autentication and authorization of the associated kubeconfig. +Specifically, it may be set to the URL used by `kubectl proxy` to connect to a Kubernetes cluster using the granted authentication and authorization of the associated kubeconfig. ### `labelselector`