Skip to content

Commit 8c33a9b

Browse files
dixudxk8s-ci-robot
authored andcommitted
kubeadm ports updates (kubernetes#8886)
* disable the kubelet readonly port * add doc for required port source
1 parent a0ec957 commit 8c33a9b

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

content/en/docs/tasks/tools/install-kubeadm.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,20 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
5252

5353
### Master node(s)
5454

55-
| Protocol | Direction | Port Range | Purpose |
56-
|----------|-----------|------------|-------------------------|
57-
| TCP | Inbound | 6443* | Kubernetes API server |
58-
| TCP | Inbound | 2379-2380 | etcd server client API |
59-
| TCP | Inbound | 10250 | Kubelet API |
60-
| TCP | Inbound | 10251 | kube-scheduler |
61-
| TCP | Inbound | 10252 | kube-controller-manager |
62-
| TCP | Inbound | 10255 | Read-only Kubelet API |
55+
| Protocol | Direction | Port Range | Purpose | Used By |
56+
|----------|-----------|------------|-------------------------|---------------------------|
57+
| TCP | Inbound | 6443* | Kubernetes API server | All |
58+
| TCP | Inbound | 2379-2380 | etcd server client API | kube-apiserver, etcd |
59+
| TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
60+
| TCP | Inbound | 10251 | kube-scheduler | Self |
61+
| TCP | Inbound | 10252 | kube-controller-manager | Self |
6362

6463
### Worker node(s)
6564

66-
| Protocol | Direction | Port Range | Purpose |
67-
|----------|-----------|-------------|-----------------------|
68-
| TCP | Inbound | 10250 | Kubelet API |
69-
| TCP | Inbound | 10255 | Read-only Kubelet API |
70-
| TCP | Inbound | 30000-32767 | NodePort Services** |
65+
| Protocol | Direction | Port Range | Purpose | Used By |
66+
|----------|-----------|-------------|-----------------------|-------------------------|
67+
| TCP | Inbound | 10250 | Kubelet API | Self, Control plane |
68+
| TCP | Inbound | 30000-32767 | NodePort Services** | All |
7169

7270
** Default port range for [NodePort Services](/docs/concepts/services-networking/service/).
7371

0 commit comments

Comments
 (0)