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 a3c025e + 7780084 commit 01a8f26Copy full SHA for 01a8f26
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -69,7 +69,11 @@ 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.
+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
+```
77
78
The pod network plugin you use (see below) may also require certain ports to be
79
open. Since this differs with each pod network plugin, please see the
0 commit comments