Merge pull request #30282 from aserputov/issue-30281

Fix: typo in install-kubeadm.md
pull/30288/head
Kubernetes Prow Robot 2021-10-28 01:02:27 -07:00 committed by GitHub
commit 5f7c3bca75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ For more details please see the [Network Plugin Requirements](/docs/concepts/ext
## Check required ports
These
[required ports](/docs/reference/ports-and-protocols/)
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:
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