Skip to content

Commit 63c3ee3

Browse files
authored
Merge pull request #45455 from my-git9/install-kubeadm-1
[zh-cn] sync install-kubeadm
2 parents a6b5565 + 0d6da2f commit 63c3ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
116116
These
117117
These [required ports](/docs/reference/networking/ports-and-protocols/)
118118
need to be open in order for Kubernetes components to communicate with each other.
119-
You can use tools like netcat to check if a port is open. For example:
119+
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
120120
-->
121121
## 检查所需端口{#check-required-ports}
122122

123123
启用这些[必要的端口](/zh-cn/docs/reference/networking/ports-and-protocols/)后才能使 Kubernetes 的各组件相互通信。
124-
可以使用 netcat 之类的工具来检查端口是否启用,例如:
124+
可以使用 [netcat](https://netcat.sourceforge.net) 之类的工具来检查端口是否开放,例如:
125125

126126
```shell
127-
nc 127.0.0.1 6443
127+
nc 127.0.0.1 6443 -v
128128
```
129129

130130
commit comments
Comments
 (0)