We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1465f01 + 7086544 commit 810280bCopy full SHA for 810280b
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -60,7 +60,7 @@ need to be open in order for Kubernetes components to communicate with each othe
60
You can use tools like [netcat](https://netcat.sourceforge.net) to check if a port is open. For example:
61
62
```shell
63
-nc 127.0.0.1 6443 -v
+nc 127.0.0.1 6443 -zv -w 2
64
```
65
66
The pod network plugin you use may also require certain ports to be
0 commit comments