From 11b28cc7c56377fa4f37f602a263fb253cd0a965 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Mon, 9 Jul 2018 15:23:17 -0500 Subject: [PATCH] clarifying kubectl prereq wording (#9156) * simplifying the kubectl prereqs * unforeseen spelling fix * made readability corrections * minor phrasing change --- content/en/docs/tasks/tools/install-kubectl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-kubectl.md b/content/en/docs/tasks/tools/install-kubectl.md index d95dc654d1e..cb4c1d40e07 100644 --- a/content/en/docs/tasks/tools/install-kubectl.md +++ b/content/en/docs/tasks/tools/install-kubectl.md @@ -12,7 +12,7 @@ Use the Kubernetes command-line tool, [kubectl](/docs/user-guide/kubectl/), to d {{% /capture %}} {{% capture prerequisites %}} -Use a version of kubectl that is the same version as your server or later. Using an older kubectl with a newer server might produce validation errors. +You must use a kubectl version that is the same, or later, as the version of your cluster. Using the latest version of kubectl helps avoid unforeseen issues. {{% /capture %}}