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.
pull/39178/head
m0riiiii 2023-01-31 11:32:09 +09:00 committed by GitHub
parent 999f3130ea
commit 3265cba3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ sysctl --system
| TCP | Inbound | 6443* | Kubernetes API server | 全て |
| TCP | Inbound | 2379-2380 | etcd server client API | kube-apiserver、etcd |
| TCP | Inbound | 10250 | Kubelet API | 自身、コントロールプレーン |
| TCP | Inbound | 10251 | kube-scheduler | 自身 |
| TCP | Inbound | 10252 | kube-controller-manager | 自身 |
| TCP | Inbound | 10259 | kube-scheduler | 自身 |
| TCP | Inbound | 10257 | kube-controller-manager | 自身 |
### ワーカーノード