Skip to content

Commit fc3d3d8

Browse files
authored
Merge pull request #45782 from Arhell/zh-add
[zh] Added a link to the minikube installation
2 parents 541b542 + 7b532aa commit fc3d3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ The connection to the server <server-name:port> was refused - did you specify th
5757

5858
<!--
5959
For example, if you are intending to run a Kubernetes cluster on your laptop (locally),
60-
you will need a tool like Minikube to be installed first and then re-run the commands stated above.
60+
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.
6161
6262
If kubectl cluster-info returns the url response but you can't access your cluster,
6363
to check whether it is configured properly, use:
6464
-->
65-
例如,如果你想在自己的笔记本上(本地)运行 Kubernetes 集群,你需要先安装一个 Minikube
65+
例如,如果你想在自己的笔记本上(本地)运行 Kubernetes 集群,你需要先安装一个 [Minikube](https://minikube.sigs.k8s.io/docs/start/)
6666
这样的工具,然后再重新运行上面的命令。
6767

6868
如果命令 `kubectl cluster-info` 返回了 URL,但你还不能访问集群,那可以用以下命令来检查配置是否妥当:

0 commit comments

Comments
 (0)