From 7416c427b80bd70bfc5eb11c8d19cb639dde476e Mon Sep 17 00:00:00 2001 From: wangyamei Date: Mon, 7 Jan 2019 23:31:44 +0800 Subject: [PATCH] fix spelling mistake (#12113) --- .../configuration/organize-cluster-access-kubeconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/organize-cluster-access-kubeconfig.md b/content/en/docs/concepts/configuration/organize-cluster-access-kubeconfig.md index 8a77e153df..480b708018 100644 --- a/content/en/docs/concepts/configuration/organize-cluster-access-kubeconfig.md +++ b/content/en/docs/concepts/configuration/organize-cluster-access-kubeconfig.md @@ -103,7 +103,7 @@ Here are the rules that `kubectl` uses when it merges kubeconfig files: 1. Determine the context to use based on the first hit in this chain: - 1. Use the `--context` command-line flag if it exits. + 1. Use the `--context` command-line flag if it exists. 1. Use the `current-context` from the merged kubeconfig files. An empty context is allowed at this point.