Skip to content

Commit 3265cba

Browse files
authored
Modify kube-scheduler/controller-manager port in jp doc
The ports for kube-scheduler and kube-controller-manager built with kubeadm are different from the doc. I think https://kubernetes.io/docs/reference/networking/ports-and-protocols/ is correct, so I have modified it to match.
1 parent 999f313 commit 3265cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ sysctl --system
7373
| TCP | Inbound | 6443* | Kubernetes API server | 全て |
7474
| TCP | Inbound | 2379-2380 | etcd server client API | kube-apiserver、etcd |
7575
| TCP | Inbound | 10250 | Kubelet API | 自身、コントロールプレーン |
76-
| TCP | Inbound | 10251 | kube-scheduler | 自身 |
77-
| TCP | Inbound | 10252 | kube-controller-manager | 自身 |
76+
| TCP | Inbound | 10259 | kube-scheduler | 自身 |
77+
| TCP | Inbound | 10257 | kube-controller-manager | 自身 |
7878

7979
### ワーカーノード
8080

0 commit comments

Comments
 (0)