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:
+6
-1
@@ -25,7 +25,12 @@ It does not mean that there is a file named `kubeconfig`.
|
|||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% 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 %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user