diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 74cca65769d..0cf3a40ea0b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -284,24 +284,24 @@ import CommonPortsTable from '../../../shared-files/_common-ports-table.md'; | 类型 | 协议 | 端口范围 | 源/目标 | 规则类型 | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | 入站 | -| HTTP | TCP | 80 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | -| HTTPS | TCP | 443 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 | 入站 | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | 入站 | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 8443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 TCP 规则 | TCP | 2379-2380 | sg-xxx (rancher-nodes) | 入站 | | 自定义 UDP 规则 | UDP | 4789 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | TCP | 8443 | 0.0.0.0/0 | 入站 | +| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 UDP 规则 | UDP | 8472 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 9345 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 9796 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10250-10252 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10256 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 所有流量 | 全部 | 全部 | 0.0.0.0/0 | 出站 | +| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 所有流量 | 全部 | 全部 | 0.0.0.0/0 and ::/0 | 出站 | ### 打开 SUSE Linux 端口 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 74cca65769d..0cf3a40ea0b 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -284,24 +284,24 @@ import CommonPortsTable from '../../../shared-files/_common-ports-table.md'; | 类型 | 协议 | 端口范围 | 源/目标 | 规则类型 | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | 入站 | -| HTTP | TCP | 80 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | -| HTTPS | TCP | 443 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 | 入站 | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | 入站 | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 8443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 TCP 规则 | TCP | 2379-2380 | sg-xxx (rancher-nodes) | 入站 | | 自定义 UDP 规则 | UDP | 4789 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | TCP | 8443 | 0.0.0.0/0 | 入站 | +| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 UDP 规则 | UDP | 8472 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 9345 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 9796 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10250-10252 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10256 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 所有流量 | 全部 | 全部 | 0.0.0.0/0 | 出站 | +| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 所有流量 | 全部 | 全部 | 0.0.0.0/0 and ::/0 | 出站 | ### 打开 SUSE Linux 端口 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index eb127681b42..b2f5d622767 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -236,19 +236,24 @@ import CommonPortsTable from '../../../shared-files/_common-ports-table.md'; | 类型 | 协议 | 端口范围 | 源/目标 | 规则类型 | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | 入站 | -| HTTP | TCP | 80 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 | 入站 | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | 入站 | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 8443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 TCP 规则 | TCP | 2379-2380 | sg-xxx (rancher-nodes) | 入站 | | 自定义 UDP 规则 | UDP | 4789 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 | 入站 | +| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 UDP 规则 | UDP | 8472 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9345 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9796 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10250-10252 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10256 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 所有流量 | 全部 | 全部 | 0.0.0.0/0 | 出站 | +| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 所有流量 | 全部 | 全部 | 0.0.0.0/0 and ::/0 | 出站 | ### 打开 SUSE Linux 端口 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index eb127681b42..b2f5d622767 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -236,19 +236,24 @@ import CommonPortsTable from '../../../shared-files/_common-ports-table.md'; | 类型 | 协议 | 端口范围 | 源/目标 | 规则类型 | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | 入站 | -| HTTP | TCP | 80 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 | 入站 | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | 入站 | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 8443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 TCP 规则 | TCP | 2379-2380 | sg-xxx (rancher-nodes) | 入站 | | 自定义 UDP 规则 | UDP | 4789 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 | 入站 | +| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 UDP 规则 | UDP | 8472 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9345 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9796 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10250-10252 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10256 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 所有流量 | 全部 | 全部 | 0.0.0.0/0 | 出站 | +| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 所有流量 | 全部 | 全部 | 0.0.0.0/0 and ::/0 | 出站 | ### 打开 SUSE Linux 端口 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index eb127681b42..b2f5d622767 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -236,19 +236,24 @@ import CommonPortsTable from '../../../shared-files/_common-ports-table.md'; | 类型 | 协议 | 端口范围 | 源/目标 | 规则类型 | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | 入站 | -| HTTP | TCP | 80 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 | 入站 | -| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 | 入站 | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | 入站 | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 8443 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 TCP 规则 | TCP | 2376 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 TCP 规则 | TCP | 2379-2380 | sg-xxx (rancher-nodes) | 入站 | | 自定义 UDP 规则 | UDP | 4789 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 | 入站 | +| 自定义 TCP 规则 | TCP | 6443 | 0.0.0.0/0 and ::/0 | 入站 | | 自定义 UDP 规则 | UDP | 8472 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 179 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 5473 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9345 | sg-xxx (rancher-nodes) | 入站 | +| 自定义 TCP 规则 | TCP | 9796 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10250-10252 | sg-xxx (rancher-nodes) | 入站 | | 自定义 TCP 规则 | TCP | 10256 | sg-xxx (rancher-nodes) | 入站 | -| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 | 入站 | -| 所有流量 | 全部 | 全部 | 0.0.0.0/0 | 出站 | +| 自定义 TCP 规则 | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 自定义 UDP 规则 | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | 入站 | +| 所有流量 | 全部 | 全部 | 0.0.0.0/0 and ::/0 | 出站 | ### 打开 SUSE Linux 端口 diff --git a/versioned_docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/versioned_docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 70e74c2a4b0..d52ac8f6fe4 100644 --- a/versioned_docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/versioned_docs/version-2.10/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -284,26 +284,26 @@ In these cases, you have to explicitly allow this traffic in your host firewall, When using the [AWS EC2 node driver](../../../how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster.md) to provision cluster nodes in Rancher, you can choose to let Rancher create a security group called `rancher-nodes`. The following rules are automatically added to this security group. -| Type | Protocol | Port Range | Source/Destination | Rule Type | +| Type | Protocol | Port Range | Source/Destination | Rule Type | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | Inbound | -| HTTP | TCP | 80 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | -| HTTPS | TCP | 443 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | -| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 | Inbound | -| All traffic | All | All | 0.0.0.0/0 | Outbound | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | Inbound | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| All traffic | All | All | 0.0.0.0/0 and ::/0 | Outbound | ### Opening SUSE Linux Ports diff --git a/versioned_docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/versioned_docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 70e74c2a4b0..d52ac8f6fe4 100644 --- a/versioned_docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/versioned_docs/version-2.11/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -284,26 +284,26 @@ In these cases, you have to explicitly allow this traffic in your host firewall, When using the [AWS EC2 node driver](../../../how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster.md) to provision cluster nodes in Rancher, you can choose to let Rancher create a security group called `rancher-nodes`. The following rules are automatically added to this security group. -| Type | Protocol | Port Range | Source/Destination | Rule Type | +| Type | Protocol | Port Range | Source/Destination | Rule Type | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | Inbound | -| HTTP | TCP | 80 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | -| HTTPS | TCP | 443 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | -| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 | Inbound | -| All traffic | All | All | 0.0.0.0/0 | Outbound | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | Inbound | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| All traffic | All | All | 0.0.0.0/0 and ::/0 | Outbound | ### Opening SUSE Linux Ports diff --git a/versioned_docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/versioned_docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 8f291a22390..0ee51f5ef72 100644 --- a/versioned_docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/versioned_docs/version-2.12/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -238,21 +238,26 @@ In these cases, you have to explicitly allow this traffic in your host firewall, When using the [AWS EC2 node driver](../../../how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-amazon-ec2-cluster.md) to provision cluster nodes in Rancher, you can choose to let Rancher create a security group called `rancher-nodes`. The following rules are automatically added to this security group. -| Type | Protocol | Port Range | Source/Destination | Rule Type | +| Type | Protocol | Port Range | Source/Destination | Rule Type | |-----------------|:--------:|:-----------:|------------------------|:---------:| -| SSH | TCP | 22 | 0.0.0.0/0 | Inbound | -| HTTP | TCP | 80 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 443 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 | Inbound | -| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | -| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | -| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 | Inbound | -| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 | Inbound | -| All traffic | All | All | 0.0.0.0/0 | Outbound | +| SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | Inbound | +| HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | +| Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | +| All traffic | All | All | 0.0.0.0/0 and ::/0 | Outbound | ### Opening SUSE Linux Ports diff --git a/versioned_docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/versioned_docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 46ca5ec7d49..0ee51f5ef72 100644 --- a/versioned_docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/versioned_docs/version-2.13/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -243,15 +243,18 @@ When using the [AWS EC2 node driver](../../../how-to-guides/new-user-guides/laun | SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | Inbound | | HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | | Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | | Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | | Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | | All traffic | All | All | 0.0.0.0/0 and ::/0 | Outbound | diff --git a/versioned_docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md b/versioned_docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md index 46ca5ec7d49..0ee51f5ef72 100644 --- a/versioned_docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md +++ b/versioned_docs/version-2.14/getting-started/installation-and-upgrade/installation-requirements/port-requirements.md @@ -243,15 +243,18 @@ When using the [AWS EC2 node driver](../../../how-to-guides/new-user-guides/laun | SSH | TCP | 22 | 0.0.0.0/0 and ::/0 | Inbound | | HTTP | TCP | 80 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 443 | 0.0.0.0/0 and ::/0 | Inbound | +| Custom TCP Rule | TCP | 8443 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 2376 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 6443 | 0.0.0.0/0 and ::/0 | Inbound | | Custom TCP Rule | TCP | 179 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 5473 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 9345 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 2379-2380 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 10250-10252 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 10256 | sg-xxx (rancher-nodes) | Inbound | | Custom UDP Rule | UDP | 4789 | sg-xxx (rancher-nodes) | Inbound | | Custom UDP Rule | UDP | 8472 | sg-xxx (rancher-nodes) | Inbound | +| Custom TCP Rule | TCP | 9796 | sg-xxx (rancher-nodes) | Inbound | | Custom TCP Rule | TCP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | | Custom UDP Rule | UDP | 30000-32767 | 0.0.0.0/0 and ::/0 | Inbound | | All traffic | All | All | 0.0.0.0/0 and ::/0 | Outbound |