We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 315cd73 + 777987a commit 0238957Copy full SHA for 0238957
content/en/docs/tasks/tools/included/verify-kubectl.md
@@ -33,7 +33,7 @@ The connection to the server <server-name:port> was refused - did you specify th
33
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.
35
36
-If kubectl cluster-info returns the url response but you can't access your cluster,
+If `kubectl cluster-info` returns the url response but you can't access your cluster,
37
to check whether it is configured properly, use:
38
39
```shell
0 commit comments