From c1fd05c0eb8d9a3a66300bd60c8bfea2352cac0f Mon Sep 17 00:00:00 2001 From: kiragoo Date: Thu, 19 May 2022 11:21:42 +0800 Subject: [PATCH] chore: add the content about emqx operator for installing --- README-CN.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-CN.md b/README-CN.md index 11e15de29..ac855c575 100644 --- a/README-CN.md +++ b/README-CN.md @@ -40,6 +40,10 @@ docker run -d --name emqx -p 1883:1883 -p 8081:8081 -p 8083:8083 -p 8883:8883 -p - [单节点安装文档](https://docs.emqx.cn/broker/latest/getting-started/install.html) - [集群配置文档](https://docs.emqx.cn/broker/latest/advanced/cluster.html) +#### 在 Kubernetes 上通过 EMQX Operator 部署 + +详情请参考[使用文档](https://github.com/emqx/emqx-operator/blob/main/docs/zh_CN/getting-started/getting-started.md) + ## 从源码构建 3.0 版本开始,构建 *EMQX* 需要 Erlang/OTP R21+。 diff --git a/README.md b/README.md index 5667f529f..607c4d79c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Get the binary package of the corresponding OS from [EMQX Download](https://www. - [Single Node Install](https://docs.emqx.io/en/broker/latest/getting-started/install.html) - [Multi Node Install](https://docs.emqx.io/en/broker/latest/advanced/cluster.html) +#### Running on Kubernetes by EMQX Operator + +Please jump to [getting-started](https://github.com/emqx/emqx-operator/blob/main/docs/en_US/getting-started/getting-started.md) for more details. + ## Build From Source