Skip to content

Commit 5f7c3bc

Browse files
authored
Merge pull request #30282 from aserputov/issue-30281
Fix: typo in install-kubeadm.md
2 parents 7137b0b + cb60b1d commit 5f7c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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. You can use `telnet` to check if a port is open. for example:
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:
7373

7474
```shell
7575
telnet 127.0.0.1 6443

0 commit comments

Comments
 (0)