clarifying kubectl prereq wording (#9156)

* simplifying the kubectl prereqs

* unforeseen spelling fix

* made readability corrections

* minor phrasing change
pull/9432/merge
Jim Angel 2018-07-09 15:23:17 -05:00 committed by k8s-ci-robot
parent 85e3040dfa
commit 11b28cc7c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}}