Skip to content

Commit 0649afc

Browse files
authored
Merge pull request #44600 from ksemele/fix/install-kubeadm-explanations
Added link to netcat official site and '-v' key to netcat command example
2 parents 77a953f + 2700ea0 commit 0649afc

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
@@ -62,10 +62,10 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
6262

6363
These [required ports](/docs/reference/networking/ports-and-protocols/)
6464
need to be open in order for Kubernetes components to communicate with each other.
65-
You can use tools like netcat to check if a port is open. For example:
65+
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
6666

6767
```shell
68-
nc 127.0.0.1 6443
68+
nc 127.0.0.1 6443 -v
6969
```
7070

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

0 commit comments

Comments
 (0)