This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2182cb05b8 [INLONG-7447][Docker] Make the Pulsar the default MQ option
to lower the complexity (#697)
2182cb05b8 is described below
commit 2182cb05b8b4ed867ef3d3e5283455594e7200c6
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Feb 28 09:55:53 2023 +0800
[INLONG-7447][Docker] Make the Pulsar the default MQ option to lower the
complexity (#697)
---
docs/deployment/k8s.md | 7 ++++++-
.../zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md
index 645b4ca9e1..b094f32eb0 100644
--- a/docs/deployment/k8s.md
+++ b/docs/deployment/k8s.md
@@ -8,10 +8,16 @@ sidebar_position: 3
- Kubernetes 1.10+
- Helm 3.0+
- [InLong Helm
Chart](https://github.com/apache/inlong/tree/master/docker/kubernetes)
+- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Pulsar 2.8.x](https://pulsar.apache.org/docs/en/2.8.1/standalone/)
- A dynamic provisioner for the PersistentVolumes(`production environment`)
## Usage
+### Configure
+- configure the `external.pulsar` for Apache Pulsar info in `values.yaml`
+- configure the `external.flink` for Apache Flink info in `values.yaml`
+
### Install
If the namespace named `inlong` does not exist, create it first by running:
@@ -110,7 +116,6 @@ The configuration file is
[values.yaml](https://github.com/apache/inlong/blob/ma
| `external.mysql.port`
| `3306` |
External MySQL port
|
| `external.mysql.username`
| `root` |
External MySQL username
|
| `external.mysql.password`
| `password` |
External MySQL password
|
-| `external.pulsar.enabled`
| `false` | If not exists
external Pulsar, InLong will use the internal TubeMQ by default
|
| `external.pulsar.serviceUrl`
| `localhost:6650` |
External Pulsar service URL
|
| `external.pulsar.adminUrl`
| `localhost:8080` |
External Pulsar admin URL
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
index 10b2a4d599..0ee7061b60 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
@@ -8,10 +8,16 @@ sidebar_position: 3
- Kubernetes 1.10+
- Helm 3.0+
- [InLong Helm
Chart](https://github.com/apache/inlong/tree/master/docker/kubernetes)
+- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Pulsar 2.8.x](https://pulsar.apache.org/docs/en/2.8.1/standalone/)
- A dynamic provisioner for the PersistentVolumes(`production environment`)
## 使用
+### 配置
+- 配置 `values.yaml` 中 `external.pulsar` 关于 Apache Pulsar 集群信息
+- 配置 `values.yaml` 中 `external.flink` 关于 Apache Flink 集群信息
+
### 安装
如果不存在名为 `inlong` 的命名空间,可通过以下命令创建:
@@ -103,7 +109,6 @@ export DASHBOARD_SERVICE_IP=$(kubectl get svc
inlong-dashboard --template "{{"{{
| `external.mysql.port`
| `3306` |
External MySQL port
|
| `external.mysql.username`
| `root` |
External MySQL username
|
| `external.mysql.password`
| `password` |
External MySQL password
|
-| `external.pulsar.enabled`
| `false` | If not exists
external Pulsar, InLong will use the internal TubeMQ by default
|
| `external.pulsar.serviceUrl`
| `localhost:6650` |
External Pulsar service URL
|
| `external.pulsar.adminUrl`
| `localhost:8080` |
External Pulsar admin URL
|