Skip to content

Commit

Permalink
[doc](k8s)k8s debug doc modify port (apache#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
catpineapple authored Apr 2, 2024
1 parent da74ce5 commit 03e6571
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/install/k8s-deploy/debug-crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

2 changes: 2 additions & 0 deletions docs/install/k8s-deploy/install-doris-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` 配置。
Original file line number Diff line number Diff line change
Expand Up @@ -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 动态供给。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` 配置。
Original file line number Diff line number Diff line change
Expand Up @@ -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 动态供给。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` 配置。

Original file line number Diff line number Diff line change
Expand Up @@ -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 动态供给。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2.1/install/k8s-deploy/debug-crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03e6571

Please sign in to comment.