RongtongJin commented on code in PR #655:
URL: https://github.com/apache/rocketmq-site/pull/655#discussion_r1621586798


##########
docs/01-introduction/02quickstartWithHelmInKubernetes.md:
##########
@@ -0,0 +1,143 @@
+### QuickStart
+
+#### 前提条件
+
+- 一个运行中的 `Kubernetes` 集群
+- 已安装并配置好的 `kubectl`
+- 已安装的 `Helm`
+
+#### 第一步:安装 Helm
+
+确保你的系统上已经安装了 Helm:
+
+```bash
+$ helm version
+```
+
+如果未安装 Helm,可以使用以下命令进行安装:
+
+```bash
+$ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | 
bash
+```
+
+#### 第二步:添加 RocketMQ Helm 仓库
+
+添加 RocketMQ 的 Helm chart 仓库:
+
+```bash
+$ helm repo add rocketmq-repo https://helm-charts.itboon.top/rocketmq

Review Comment:
   建议采用官方的chart https://github.com/apache/rocketmq-docker



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to