Fix: typo in install-kubeadm.md
This commit is contained in:
parent
62f62f3828
commit
cb60b1dd00
|
@ -69,7 +69,7 @@ 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. 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
|
```shell
|
||||||
telnet 127.0.0.1 6443
|
telnet 127.0.0.1 6443
|
||||||
|
|
Loading…
Reference in New Issue