mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Update syntax to transclude files
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
---
|
||||
headless: true
|
||||
---
|
||||
| Protocol | Port | Description |
|
||||
|:--------: |:----------------: |---------------------------------------------------------------------------------- |
|
||||
| TCP | 22 | Node driver SSH provisioning |
|
||||
| TCP | 179 | Calico BGP Port |
|
||||
| TCP | 2376 | Node driver Docker daemon TLS port |
|
||||
| TCP | 2379 | etcd client requests |
|
||||
| TCP | 2380 | etcd peer communication |
|
||||
| UDP | 8472 | Canal/Flannel VXLAN overlay networking |
|
||||
| UDP | 4789 | Flannel VXLAN overlay networking on Windows cluster |
|
||||
| TCP | 8443 | Rancher webhook |
|
||||
| TCP | 9099 | Canal/Flannel livenessProbe/readinessProbe |
|
||||
| TCP | 9100 | Default port required by Monitoring to scrape metrics from Linux node-exporters |
|
||||
| TCP | 9443 | Rancher webhook |
|
||||
| TCP | 9796 | Default port required by Monitoring to scrape metrics from Windows node-exporters |
|
||||
| TCP | 6783 | Weave Port |
|
||||
| UDP | 6783-6784 | Weave UDP Ports |
|
||||
| TCP | 10250 | Metrics server communication with all nodes API |
|
||||
| TCP | 10254 | Ingress controller livenessProbe/readinessProbe |
|
||||
| TCP/UDP | 30000-32767 | NodePort port range |
|
||||
@@ -133,7 +133,7 @@ All nodes need to be able to reach other nodes over UDP port 8472 when Flannel V
|
||||
|
||||
If you wish to utilize the metrics server, you will need to open port 10250 on each node.
|
||||
|
||||
:::note Important:
|
||||
:::note Important:
|
||||
|
||||
The VXLAN port on nodes should not be exposed to the world as it opens up your cluster network to be accessed by anyone. Run your nodes behind a firewall/security group that disables access to port 8472.
|
||||
|
||||
@@ -258,7 +258,9 @@ The following table depicts the port requirements for [registered clusters]({{<b
|
||||
|
||||
These ports are typically opened on your Kubernetes nodes, regardless of what type of cluster it is.
|
||||
|
||||
{{% include file="/rancher/v2.6/en/installation/requirements/ports/common-ports-table" %}}
|
||||
import CommonPortsTable from '/rancher/v2.6/en/shared-files/_common-ports-table.md';
|
||||
|
||||
<CommonPortsTable />
|
||||
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user