Skip to content

Commit ed4a49e

Browse files
authored
Merge pull request #45636 from AnirudhPenmatcha/patch-2
Added a link to the minikube installation website
2 parents 9bd7b80 + 20b2d06 commit ed4a49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 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 installed first and then re-run the commands stated above.
3535

3636
If kubectl cluster-info returns the url response but you can't access your cluster,
3737
to check whether it is configured properly, use:

0 commit comments

Comments
 (0)