Skip to content

Commit d99fd84

Browse files
authored
Merge pull request #53143 from stormqueen1990/fix/verify-kubectl-wording
fix(verify-kubectl): improve wording and fix formatting
2 parents 9e858e2 + 264894c commit d99fd84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/en/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ The connection to the server <server-name:port> was refused - did you specify th
3131
```
3232

3333
For example, if you are intending to run a Kubernetes cluster on your laptop (locally),
34-
you will need a tool like [Minikube](https://minikube.sigs.k8s.io/docs/start/) to be installed first and then re-run the commands stated above.
34+
you will need a tool like [Minikube](https://minikube.sigs.k8s.io/docs/start/) to be
35+
installed first and then re-run the commands stated above.
3536

36-
If `kubectl cluster-info` returns the url response but you can't access your cluster,
37-
to check whether it is configured properly, use:
37+
If `kubectl cluster-info` returns the url response, but you can't access your cluster,
38+
check whether it is configured properly using the following command:
3839

3940
```shell
4041
kubectl cluster-info dump
@@ -49,4 +50,5 @@ to provide the cloud-specific authentication. For instructions, refer to the fol
4950
* Azure AKS: [kubelogin plugin](https://azure.github.io/kubelogin/)
5051
* Google Kubernetes Engine: [gke-gcloud-auth-plugin](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin)
5152

52-
(There could also be other reasons to see the same error message, unrelated to that change.)
53+
There could also be other causes for the same error message that are unrelated
54+
to that change.

0 commit comments

Comments
 (0)