Skip to content

Commit 01a8f26

Browse files
authored
Merge pull request #30234 from calvin0327/improvement-install-kubeadm
Improvement for install-kubeadm
2 parents a3c025e + 7780084 commit 01a8f26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ For more details please see the [Network Plugin Requirements](/docs/concepts/ext
6969
## Check required ports
7070
These
7171
[required ports](/docs/reference/ports-and-protocols/)
72-
need to be open in order for Kubernetes components to communicate with each other.
72+
need to be open in order for Kubernetes components to communicate with each other. You can use `telnet` to check if a port is open. for example:
73+
74+
```shell
75+
telnet 127.0.0.1 6443
76+
```
7377

7478
The pod network plugin you use (see below) may also require certain ports to be
7579
open. Since this differs with each pod network plugin, please see the

0 commit comments

Comments
 (0)