Merge pull request #30234 from calvin0327/improvement-install-kubeadm

Improvement for install-kubeadm
This commit is contained in:
Kubernetes Prow Robot 2021-10-27 16:07:02 -07:00 committed by GitHub
commit 01a8f26250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,11 @@ For more details please see the [Network Plugin Requirements](/docs/concepts/ext
## Check required ports ## Check required ports
These These
[required ports](/docs/reference/ports-and-protocols/) [required ports](/docs/reference/ports-and-protocols/)
need to be open in order for Kubernetes components to communicate with each other. 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:
```shell
telnet 127.0.0.1 6443
```
The pod network plugin you use (see below) may also require certain ports to be The pod network plugin you use (see below) may also require certain ports to be
open. Since this differs with each pod network plugin, please see the open. Since this differs with each pod network plugin, please see the