From af318df921819f5c2512c4c436294734565c48b3 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 2 Mar 2018 11:22:17 +0800 Subject: [PATCH] fix description about KUBECONFIG 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.