Skip to content

Commit 2700ea0

Browse files
committed
Added link to netcat official repository; Added -v key to netcat command example
1 parent 89a9705 commit 2700ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
4949
## Check required ports
5050
These [required ports](/docs/reference/networking/ports-and-protocols/)
5151
need to be open in order for Kubernetes components to communicate with each other.
52-
You can use tools like netcat to check if a port is open. For example:
52+
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
5353

5454
```shell
55-
nc 127.0.0.1 6443
55+
nc 127.0.0.1 6443 -v
5656
```
5757

5858
The pod network plugin you use may also require certain ports to be

0 commit comments

Comments
 (0)