Merge pull request #50043 from aivantsov/patch-3

Update the check for open port in install-kubeadm.md
This commit is contained in:
Kubernetes Prow Robot 2025-03-12 04:35:46 -07:00 committed by GitHub
commit 810280b75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ need to be open in order for Kubernetes components to communicate with each othe
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
```shell
nc 127.0.0.1 6443 -v
nc 127.0.0.1 6443 -zv -w 2
```
The pod network plugin you use may also require certain ports to be