Skip to content

Commit 329de92

Browse files
authored
Merge pull request #50470 from Arhell/ja-upd
[ja] Update the check for open port in install-kubeadm.md
2 parents 7af045c + ff37605 commit 329de92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Kubernetesのコンポーネントが互いに通信するためには、これ
5454
[netcat](https://netcat.sourceforge.net)などのツールを使用することで、下記のようにポートが開いているかどうかを確認することが可能です。
5555

5656
```shell
57-
nc 127.0.0.1 6443 -v
57+
nc 127.0.0.1 6443 -zv -w 2
5858
```
5959

6060
使用するPodネットワークプラグインによっては、特定のポートを開く必要がある場合もあります。

0 commit comments

Comments
 (0)