This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.0-alpha in repository https://gitbox.apache.org/repos/asf/doris.git
commit 93655e446d5c8a3cf7cb7ddbe430669fc5439532 Author: Liqf <[email protected]> AuthorDate: Tue Apr 18 19:54:28 2023 +0800 fix doc (#18772) --- docs/en/docs/install/construct-docker/k8s-deploy.md | 4 ++-- docs/zh-CN/docs/install/construct-docker/k8s-deploy.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/install/construct-docker/k8s-deploy.md b/docs/en/docs/install/construct-docker/k8s-deploy.md index 29ac9f1dc5..259419265d 100644 --- a/docs/en/docs/install/construct-docker/k8s-deploy.md +++ b/docs/en/docs/install/construct-docker/k8s-deploy.md @@ -77,9 +77,9 @@ Connect to the FE using mysql-client and perform operations such as' show backen Users need to mount PVC on their own to persist metadata information, data information, or log information - How to safely shrink the BE node? - BE:User manual execution is required before current resizing[ALTER-SYSTEM-DECOMMISSION-BACKEND](../../docs/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DECOMMISSION-BACKEND.md) + BE:User manual execution is required before current resizing[ALTER-SYSTEM-DECOMMISSION-BACKEND](../../docs/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DECOMMISSION-BACKEND) - BE(The role type is Compute Node): Do not store data files and can directly shrink,[About Computing Nodes](../../docs/advanced/compute_node.md) + BE(The role type is Compute Node): Do not store data files and can directly shrink,[About Computing Nodes](../../docs/advanced/compute_node) - FE startup error "failed to init statefulSetName" doris_ The environment variables statefulSetName and serviceName for follower. yml must appear in pairs, such as CN configured_ SERVICE, CN must be configured_ STATEFULSET diff --git a/docs/zh-CN/docs/install/construct-docker/k8s-deploy.md b/docs/zh-CN/docs/install/construct-docker/k8s-deploy.md index f482784e40..0ed5a53030 100644 --- a/docs/zh-CN/docs/install/construct-docker/k8s-deploy.md +++ b/docs/zh-CN/docs/install/construct-docker/k8s-deploy.md @@ -77,9 +77,9 @@ under the License. 用户需要自行挂载pvc,持久化元数据信息,数据信息或者日志信息等 - 怎么安全缩容BE节点? - BE:当前缩容之前需要用户手动执行[ALTER-SYSTEM-DECOMMISSION-BACKEND](../../docs/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DECOMMISSION-BACKEND.md) + BE:当前缩容之前需要用户手动执行[ALTER-SYSTEM-DECOMMISSION-BACKEND](../../docs/sql-manual/sql-reference/Cluster-Management-Statements/ALTER-SYSTEM-DECOMMISSION-BACKEND) - BE(角色类型为 Compute Node): 不存储数据文件,可以直接进行缩容,[关于计算节点](../../docs/advanced/compute_node.md) + BE(角色类型为 Compute Node): 不存储数据文件,可以直接进行缩容,[关于计算节点](../../docs/advanced/compute_node) - FE启动报错"failed to init statefulSetName" doris_follower.yml的环境变量 statefulSetName和serviceName必须成对出现,比如配置了CN_SERVICE,就必须配置CN_STATEFULSET --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
