We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7137b0b + cb60b1d commit 5f7c3bcCopy full SHA for 5f7c3bc
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -69,7 +69,7 @@ For more details please see the [Network Plugin Requirements](/docs/concepts/ext
69
## Check required ports
70
These
71
[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:
+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
0 commit comments