Skip to content

Commit 8b7e900

Browse files
author
Tim Bannister
committed
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.
1 parent 486d8f5 commit 8b7e900

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ It does not mean that there is a file named `kubeconfig`.
2525

2626
{{% capture prerequisites %}}
2727

28-
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
28+
{{< include "task-tutorial-prereqs.md" >}}
29+
30+
To check that {{< glossary_tooltip text="kubectl" term_id="kubectl" >}} is installed,
31+
run `kubectl version --client`. The kubectl version should be
32+
[within one minor version](/docs/setup/release/version-skew-policy/#kubectl) of your
33+
cluster's API server.
2934

3035
{{% /capture %}}
3136

0 commit comments

Comments
 (0)