Skip to content

Commit 9bb737d

Browse files
authored
Merge pull request #31268 from mengjiao-liu/sync-task-tutorial-prereqs.md
[zh]Resync task-tutorial-prereqs.md
2 parents f311c4f + 1c8db8f commit 9bb737d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/zh/includes/task-tutorial-prereqs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
你必须拥有一个 Kubernetes 的集群,同时你的 Kubernetes 集群必须带有 kubectl 命令行工具。
2-
如果你还没有集群,你可以通过 [Minikube](/zh/docs/tasks/tools/#minikube) 构建一
3-
个你自己的集群,或者你可以使用下面任意一个 Kubernetes 工具构建:
2+
建议在至少有两个节点的集群上运行本教程,且这些节点不作为控制平面主机。
3+
如果你还没有集群,你可以通过 [Minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/)
4+
构建一个你自己的集群,或者你可以使用下面任意一个 Kubernetes 工具构建:
45
<!--
56
You need to have a Kubernetes cluster, and the kubectl command-line tool must
6-
be configured to communicate with your cluster. If you do not already have a
7+
be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a
78
cluster, you can create one by using
8-
[minikube](/docs/tasks/tools/#minikube)
9+
[minikube](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/)
910
or you can use one of these Kubernetes playgrounds:
1011
-->
1112

0 commit comments

Comments
 (0)