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:
parent
486d8f5304
commit
8b7e900e39
|
@ -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 %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue