Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,14 @@ The VXLAN port on nodes should not be exposed to the world as it opens up your c
</TabItem>
<TabItem value="Cilium">

| Port | Protocol | Source | Destination | Description
|-------------|----------|-------------------|-------------------|------------
| 8/0 | ICMP | All RKE2 nodes | All RKE2 nodes | Cilium CNI health checks
| 4240 | TCP | All RKE2 nodes | All RKE2 nodes | Cilium CNI health checks
| 8472 | UDP | All RKE2 nodes | All RKE2 nodes | Cilium CNI with VXLAN
| 51871 | UDP | All RKE2 nodes | All RKE2 nodes | Cilium CNI with WireGuard
| Port | Protocol | Source | Destination | Description
|-------------|-----------|-------------------|-------------------|------------
| 0, 8 * | ICMP | All RKE2 nodes | All RKE2 nodes | Cilium CNI health checks
| 4240 | TCP | All RKE2 nodes | All RKE2 nodes | Cilium CNI health checks
| 8472 | UDP | All RKE2 nodes | All RKE2 nodes | Cilium CNI with VXLAN
| 51871 | UDP | All RKE2 nodes | All RKE2 nodes | Cilium CNI with WireGuard

\* 0, 8 is not a port but the [ICMP type](https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml#icmp-parameters-types). It is required for the network utility ping

</TabItem>
<TabItem value="Calico">
Expand Down
Loading