From e30b76c3ce6c23876966e5c58b77c033e90072e3 Mon Sep 17 00:00:00 2001 From: smiletan Date: Wed, 27 Nov 2024 17:21:01 +0800 Subject: [PATCH] specify the FE startup --- README-CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-CN.md b/README-CN.md index 7dcb685..3472d75 100644 --- a/README-CN.md +++ b/README-CN.md @@ -26,4 +26,4 @@ kubectl apply -f https://raw.githubusercontent.com/apache/doris-operator/$(curl ``` >[!WARNING] ->1. 当定制化启动配置时,请设置 `enable_fqdn_mode=true`。请参考[官方文档](https://doris.apache.org/zh-CN/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart)了解更详细的使用介绍。 +>1. 当定制化 FE 启动配置时,请设置 `enable_fqdn_mode=true`。请参考[官方文档](https://doris.apache.org/zh-CN/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart)了解更详细的使用介绍。 diff --git a/README.md b/README.md index 9656969..1e4b7ff 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ kubectl apply -f https://raw.githubusercontent.com/apache/doris-operator/$(curl ``` >[!WARNING] ->1. When custom the startup configuration, pelease set `enable_fqdn_mode=true`. Pelease reference [the offical doc](https://doris.apache.org/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-config-cluster) for how to use. +>1. When custom the FE startup configuration, please set `enable_fqdn_mode=true`. Please reference [the official doc](https://doris.apache.org/docs/3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-config-cluster) for how to use.