File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
content/zh-cn/docs/setup/production-environment Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -361,11 +361,11 @@ simply as *nodes*).
361361 这一规模是基于你要运行的 Pod 和容器个数来确定的。
362362 如果你自行管理集群节点,这可能意味着要购买和安装你自己的物理设备。
363363<!--
364- - *Autoscale nodes*: Read [Cluster Autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling) to learn about the
364+ - *Autoscale nodes*: Read [Node Autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling) to learn about the
365365 tools available to automatically manage your nodes and the capacity they
366366 provide.
367367-->
368- - ** 节点自动扩缩容** :查阅[ 集群自动扩缩容 ] ( /zh-cn/docs/concepts/cluster-administration/cluster-autoscaling ) ,
368+ - ** 节点自动扩缩容** :查阅[ 节点自动扩缩容 ] ( /zh-cn/docs/concepts/cluster-administration/cluster-autoscaling ) ,
369369 了解可以自动管理节点的工具及其提供的能力。
370370<!--
371371- *Set up node health checks*: For important workloads, you want to make sure
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ option. Your cluster requirements may need a different configuration.
257257 connection:
258258
259259 ```shell
260- nc -v <LOAD_BALANCER_IP> <PORT>
260+ nc -zv -w 2 <LOAD_BALANCER_IP> <PORT>
261261 ```
262262
263263 A connection refused error is expected because the API server is not yet
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ You can use tools like [netcat](http://netcat.sourceforge.net) to check if a po
123123可以使用 [ netcat] ( http://netcat.sourceforge.net ) 之类的工具来检查端口是否开放,例如:
124124
125125``` shell
126- nc 127.0.0.1 6443 -v
126+ nc 127.0.0.1 6443 -zv -w 2
127127```
128128
129129<!--
You can’t perform that action at this time.
0 commit comments