This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 03e6571eb2e5 [doc](k8s)k8s debug doc modify port (#497)
03e6571eb2e5 is described below

commit 03e6571eb2e53dee062e426544fce5392003f931
Author: catpineapple <[email protected]>
AuthorDate: Tue Apr 2 15:14:10 2024 +0800

    [doc](k8s)k8s debug doc modify port (#497)
---
 docs/install/k8s-deploy/debug-crash.md                              | 4 ++--
 docs/install/k8s-deploy/install-doris-cluster.md                    | 2 ++
 .../current/install/k8s-deploy/debug-crash.md                       | 5 ++---
 .../current/install/k8s-deploy/install-doris-cluster.md             | 2 ++
 .../install/cluster-deployment/k8s-deploy/debug-crash.md            | 6 ++----
 .../install/cluster-deployment/k8s-deploy/install-doris-cluster.md  | 2 ++
 .../version-2.1/install/k8s-deploy/debug-crash.md                   | 4 ++--
 .../version-2.1/install/k8s-deploy/install-doris-cluster.md         | 2 ++
 .../install/cluster-deployment/k8s-deploy/debug-crash.md            | 4 ++--
 .../install/cluster-deployment/k8s-deploy/install-doris-cluster.md  | 2 ++
 versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md        | 4 ++--
 .../version-2.1/install/k8s-deploy/install-doris-cluster.md         | 2 ++
 12 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/docs/install/k8s-deploy/debug-crash.md 
b/docs/install/k8s-deploy/debug-crash.md
index 911a65603cb6..5e8de55808b5 100644
--- a/docs/install/k8s-deploy/debug-crash.md
+++ b/docs/install/k8s-deploy/debug-crash.md
@@ -68,6 +68,6 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **After entering the pod, you need to modify the port information of the 
configuration file before you can manually start the corresponding Doris 
component.**
 
-- FE needs to modify the `http_port=8030` configuration with the default path: 
`/opt/apache-doris/fe/conf/fe.conf`.
-- BE needs to modify the `webserver_port=8040` configuration with the default 
path: `/opt/apache-doris/be/conf/be.conf`.
+- FE needs to modify the `query_port=9030` configuration with the default 
path: `/opt/apache-doris/fe/conf/fe.conf`.
+- BE needs to modify the `heartbeat_service_port=9050` configuration with the 
default path: `/opt/apache-doris/be/conf/be.conf`.
 
diff --git a/docs/install/k8s-deploy/install-doris-cluster.md 
b/docs/install/k8s-deploy/install-doris-cluster.md
index ccaada2ecdf4..b425c4b95409 100644
--- a/docs/install/k8s-deploy/install-doris-cluster.md
+++ b/docs/install/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **Online Deployment**
 
+Before installation, you need to add a deployment warehouse. If it has been 
added, you can directly install Doris Cluster. Otherwise, please refer to the 
operation of **Add Deployment Warehouse** when adding [Deploy Doris 
Operator](<./install-operator.md#Option 3: Helm deploys Doris Operator>)
+
 1. Install Doris Cluster
 
 Install [doriscluster](https://artifacthub.io/packages/helm/doris/doris), 
using the default configuration this deployment only deploys 3 FE and 3 BE 
components, using the default `storageClass` to implement PV dynamic 
provisioning.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/debug-crash.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/debug-crash.md
index f135f761ab53..63b64fb574ff 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/debug-crash.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/debug-crash.md
@@ -68,6 +68,5 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **进入 pod 内部后,需要修改配置文件的端口信息,才能手动启动 相应的 Doris 组件**
 
-- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `http_port=8030` 配置。
-- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 `webserver_port=8040` 配置。
-
+- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `query_port=9030` 配置。
+- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 
`heartbeat_service_port=9050` 配置。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/install-doris-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/install-doris-cluster.md
index 9241c58be099..343c2a5335ad 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/install-doris-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **在线部署**
 
+在安装开始前,需要添加部署仓库,若已经添加则可直接进行 Doris Cluster 的安装,否则请参考添加[部署 Doris 
Operator](./install-operator.md#%E6%96%B9%E6%A1%88%E4%B8%89helm-%E9%83%A8%E7%BD%B2-doris-operator)
 时 **添加部署仓库** 的操作
+
 1. 安装 Doris Cluster
 
 安装 
[doriscluster](https://artifacthub.io/packages/helm/doris/doris),使用默认配置此部署仅部署 3 
个 FE 和 3 个 BE 组件,使用默认 `storageClass` 实现 PV 动态供给。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
index e1a7a1e26765..51cd90f02903 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
@@ -69,7 +69,5 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **进入 pod 内部后,需要修改配置文件的端口信息,才能手动启动 相应的 Doris 组件**
 
-- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `http_port=8030` 配置。
-
-- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 `webserver_port=8040` 配置。
-
+- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `query_port=9030` 配置。
+- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 
`heartbeat_service_port=9050` 配置。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
index 9241c58be099..343c2a5335ad 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **在线部署**
 
+在安装开始前,需要添加部署仓库,若已经添加则可直接进行 Doris Cluster 的安装,否则请参考添加[部署 Doris 
Operator](./install-operator.md#%E6%96%B9%E6%A1%88%E4%B8%89helm-%E9%83%A8%E7%BD%B2-doris-operator)
 时 **添加部署仓库** 的操作
+
 1. 安装 Doris Cluster
 
 安装 
[doriscluster](https://artifacthub.io/packages/helm/doris/doris),使用默认配置此部署仅部署 3 
个 FE 和 3 个 BE 组件,使用默认 `storageClass` 实现 PV 动态供给。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/debug-crash.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/debug-crash.md
index f135f761ab53..ad214e3368e6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/debug-crash.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/debug-crash.md
@@ -68,6 +68,6 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **进入 pod 内部后,需要修改配置文件的端口信息,才能手动启动 相应的 Doris 组件**
 
-- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `http_port=8030` 配置。
-- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 `webserver_port=8040` 配置。
+- FE 需要修改默认路径为:`/opt/apache-doris/fe/conf/fe.conf` 的 `query_port=9030` 配置。
+- BE 需要修改默认路径为:`/opt/apache-doris/be/conf/be.conf` 的 
`heartbeat_service_port=9050` 配置。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
index 9241c58be099..343c2a5335ad 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **在线部署**
 
+在安装开始前,需要添加部署仓库,若已经添加则可直接进行 Doris Cluster 的安装,否则请参考添加[部署 Doris 
Operator](./install-operator.md#%E6%96%B9%E6%A1%88%E4%B8%89helm-%E9%83%A8%E7%BD%B2-doris-operator)
 时 **添加部署仓库** 的操作
+
 1. 安装 Doris Cluster
 
 安装 
[doriscluster](https://artifacthub.io/packages/helm/doris/doris),使用默认配置此部署仅部署 3 
个 FE 和 3 个 BE 组件,使用默认 `storageClass` 实现 PV 动态供给。
diff --git 
a/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
 
b/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
index 911a65603cb6..5e8de55808b5 100644
--- 
a/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
+++ 
b/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/debug-crash.md
@@ -68,6 +68,6 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **After entering the pod, you need to modify the port information of the 
configuration file before you can manually start the corresponding Doris 
component.**
 
-- FE needs to modify the `http_port=8030` configuration with the default path: 
`/opt/apache-doris/fe/conf/fe.conf`.
-- BE needs to modify the `webserver_port=8040` configuration with the default 
path: `/opt/apache-doris/be/conf/be.conf`.
+- FE needs to modify the `query_port=9030` configuration with the default 
path: `/opt/apache-doris/fe/conf/fe.conf`.
+- BE needs to modify the `heartbeat_service_port=9050` configuration with the 
default path: `/opt/apache-doris/be/conf/be.conf`.
 
diff --git 
a/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
 
b/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
index ccaada2ecdf4..b425c4b95409 100644
--- 
a/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
+++ 
b/versioned_docs/version-2.0/install/cluster-deployment/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **Online Deployment**
 
+Before installation, you need to add a deployment warehouse. If it has been 
added, you can directly install Doris Cluster. Otherwise, please refer to the 
operation of **Add Deployment Warehouse** when adding [Deploy Doris 
Operator](<./install-operator.md#Option 3: Helm deploys Doris Operator>)
+
 1. Install Doris Cluster
 
 Install [doriscluster](https://artifacthub.io/packages/helm/doris/doris), 
using the default configuration this deployment only deploys 3 FE and 3 BE 
components, using the default `storageClass` to implement PV dynamic 
provisioning.
diff --git a/versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md 
b/versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md
index 911a65603cb6..5e8de55808b5 100644
--- a/versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md
+++ b/versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md
@@ -68,6 +68,6 @@ $ kubectl delete pod ${pod_name} --namespace ${namespace}
 
 **After entering the pod, you need to modify the port information of the 
configuration file before you can manually start the corresponding Doris 
component.**
 
-- FE needs to modify the `http_port=8030` configuration with the default path: 
`/opt/apache-doris/fe/conf/fe.conf`.
-- BE needs to modify the `webserver_port=8040` configuration with the default 
path: `/opt/apache-doris/be/conf/be.conf`.
+- FE needs to modify the `query_port=9030` configuration with the default 
path: `/opt/apache-doris/fe/conf/fe.conf`.
+- BE needs to modify the `heartbeat_service_port=9050` configuration with the 
default path: `/opt/apache-doris/be/conf/be.conf`.
 
diff --git 
a/versioned_docs/version-2.1/install/k8s-deploy/install-doris-cluster.md 
b/versioned_docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
index ccaada2ecdf4..b425c4b95409 100644
--- a/versioned_docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
+++ b/versioned_docs/version-2.1/install/k8s-deploy/install-doris-cluster.md
@@ -95,6 +95,8 @@ kubectl apply -f ./${cluster_sample}.yaml -n ${namespace}
 
 **Online Deployment**
 
+Before installation, you need to add a deployment warehouse. If it has been 
added, you can directly install Doris Cluster. Otherwise, please refer to the 
operation of **Add Deployment Warehouse** when adding [Deploy Doris 
Operator](<./install-operator.md#Option 3: Helm deploys Doris Operator>)
+
 1. Install Doris Cluster
 
 Install [doriscluster](https://artifacthub.io/packages/helm/doris/doris), 
using the default configuration this deployment only deploys 3 FE and 3 BE 
components, using the default `storageClass` to implement PV dynamic 
provisioning.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to