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.
1 parent 063d2e0 commit ff37605Copy full SHA for ff37605
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -54,7 +54,7 @@ Kubernetesのコンポーネントが互いに通信するためには、これ
54
[netcat](https://netcat.sourceforge.net)などのツールを使用することで、下記のようにポートが開いているかどうかを確認することが可能です。
55
56
```shell
57
-nc 127.0.0.1 6443 -v
+nc 127.0.0.1 6443 -zv -w 2
58
```
59
60
使用するPodネットワークプラグインによっては、特定のポートを開く必要がある場合もあります。
0 commit comments