Skip to content

Commit 810280b

Browse files
authored
Merge pull request #50043 from aivantsov/patch-3
Update the check for open port in install-kubeadm.md
2 parents 1465f01 + 7086544 commit 810280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ need to be open in order for Kubernetes components to communicate with each othe
6060
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
6161

6262
```shell
63-
nc 127.0.0.1 6443 -v
63+
nc 127.0.0.1 6443 -zv -w 2
6464
```
6565

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

0 commit comments

Comments
 (0)