From f96eb32cda46a60ad59dbc605495fd020d58e518 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Fri, 2 Mar 2018 12:28:51 +0800 Subject: [PATCH] fix description about KUBECONFIG (#7589) s/envrionment/environment --- .../configuration/organize-cluster-access-kubeconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md index 3709914bd5ec2..b42bf4bbc0005 100644 --- a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md +++ b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md @@ -82,7 +82,7 @@ Here are the rules that `kubectl` uses when it merges kubeconfig files: Otherwise, if the `KUBECONFIG` environment variable is set, use it as a list of files that should be merged. - Merge the files listed in the `KUBECONFIG` envrionment variable + Merge the files listed in the `KUBECONFIG` environment variable according to these rules: * Ignore empty filenames.