Skip to content

Commit 00b0afa

Browse files
authored
Add missing ports in Network and Hardware requirement (#565)
Signed-off-by: Chris Chiu <[email protected]>
1 parent 2df8bf0 commit 00b0afa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/install/requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Harvester nodes require the following port connections or inbound rules. Typical
4949
| Protocol | Port | Source | Description |
5050
|:----------|:---------------------------|:-----------------------------------------|:----------------------------------------|
5151
| TCP | 2379 | Harvester management nodes | Etcd client port |
52-
| TCP | 2381 | Harvester management nodes | Etcd health checks |
52+
| TCP | 2381 | Harvester management nodes | Etcd metrics collection |
5353
| TCP | 2380 | Harvester management nodes | Etcd peer port |
54+
| TCP | 2382 | Harvester management nodes | Etcd client port (HTTP only) |
5455
| TCP | 10010 | Harvester management and compute nodes | Containerd |
5556
| TCP | 6443 | Harvester management nodes | Kubernetes API |
5657
| TCP | 9345 | Harvester management nodes | Kubernetes API |
@@ -60,7 +61,8 @@ Harvester nodes require the following port connections or inbound rules. Typical
6061
| TCP | 10259 | Harvester management nodes | Kube-scheduler secure port |
6162
| TCP | 10250 | Harvester management and compute nodes | Kubelet |
6263
| TCP | 10256 | Harvester management and compute nodes | Kube-proxy health checks |
63-
| TCP | 10258 | Harvester management nodes | Cloud-controller-manager |
64+
| TCP | 10258 | Harvester management nodes | cloud-controller-manager |
65+
| TCP | 10260 | Harvester management nodes | cloud-controller-manager |
6466
| TCP | 9091 | Harvester management and compute nodes | Canal calico-node felix |
6567
| TCP | 9099 | Harvester management and compute nodes | Canal CNI health checks |
6668
| UDP | 8472 | Harvester management and compute nodes | Canal CNI with VxLAN |

0 commit comments

Comments
 (0)