Revise prerequisites

The previous content recommended running "kubectl version", which
will error out for readers who have not yet configured a cluster.

Reword with that in mind.
This commit is contained in:
Tim Bannister 2020-05-22 19:00:25 +01:00
parent 486d8f5304
commit 8b7e900e39
1 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,12 @@ It does not mean that there is a file named `kubeconfig`.
{{% capture prerequisites %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}
To check that {{< glossary_tooltip text="kubectl" term_id="kubectl" >}} is installed,
run `kubectl version --client`. The kubectl version should be
[within one minor version](/docs/setup/release/version-skew-policy/#kubectl) of your
cluster's API server.
{{% /capture %}}