Skip to content

Commit

Permalink
Merge pull request #81 from id1893/main
Browse files Browse the repository at this point in the history
docs: add ecp port prerequisites
  • Loading branch information
QQDQ authored Mar 27, 2024
2 parents 7ddf0f9 + fb662bb commit 6969c02
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecp/en_US/install/install_ecp_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This section introduces how to deploy ECP with Kubernetes.
- Kubernetes: 1.22.0 or above
- [Helm](https://helm.sh/): 3 or above

| Port | Protocal |
| :----------------- | :------------ |
| 31900 | TCP+UDP |

## Get Helm Chart

You can obtain the Helm chart for ECP by running the command below:
Expand Down
4 changes: 4 additions & 0 deletions ecp/en_US/install/install_ecp_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ EMQX ECP supports the following versions of operating systems:
| Docker-Compose | 1.27.1 or above |
| Docker | 20.10.0 or above |

| Port | Protocal |
| :----------------- | :------------ |
| 8082 | TCP+UDP |

## Get Installation Package

You can download the installation package from the [ECP product download](https://www.emqx.com/en/try?product=emqx-ecp) page on the EMQ website. Select the system as `docker` to download the ECP installation package.
Expand Down
3 changes: 3 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
| Kubernetes | 1.22.0 或以上 |
| [Helm](https://helm.sh/) | 3 或以上 |

| 端口 | 协议 |
| :----------------- | :------------ |
| 31900 | TCP+UDP |

## 获取 Helm chart
通过Helm chart安装 EMQX ECP,您可以通过以下命令获取 EMQX ECP的 Helm chart:
Expand Down
5 changes: 5 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ EMQX ECP 部署前,请确认您的环境满足以下要求:
| Docker-Compose | 1.27.1 或以上 |
| Docker | 20.10.0 或以上 |

| 端口 | 协议 |
| :----------------- | :------------ |
| 8082 | TCP+UDP |


## 获取安装包

通过访问 EMQ 官网[ECP 产品下载](https://www.emqx.com/zh/try?product=emqx-ecp)页面,选择系统为`docker`,可直接下载 ECP 的安装包。
Expand Down

0 comments on commit 6969c02

Please sign in to comment.