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

zykkk pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 358810c3b92 [doc](fix) k8s operator docs fix to 2.0 (#27476)
358810c3b92 is described below

commit 358810c3b9275966cf7868b3131ddf0b2c77408c
Author: catpineapple <[email protected]>
AuthorDate: Wed Nov 29 10:51:37 2023 +0800

    [doc](fix) k8s operator docs fix to 2.0 (#27476)
---
 docs/en/docs/install/k8s-deploy.md    | 2 +-
 docs/zh-CN/docs/install/k8s-deploy.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/install/k8s-deploy.md 
b/docs/en/docs/install/k8s-deploy.md
index 10b845a64db..659fcd0d544 100644
--- a/docs/en/docs/install/k8s-deploy.md
+++ b/docs/en/docs/install/k8s-deploy.md
@@ -77,7 +77,7 @@ User can directly deploy Doris by 
[examples](https://github.com/selectdb/doris-o
 ```shell
 kubectl apply -f 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/doriscluster-sample.yaml
  
 ```
-Or download 
[doriscluster-sample](https://github.com/selectdb/doris-operator/master/doc/examples/doriscluster-sample.yaml)
 a custom resource that tells the Operator how to configure the Kubernetes 
cluster, and custom resource as 
[api.md](https://github.com/selectdb/doris-operator/blob/master/doc/api.md) and 
+Or download 
[doriscluster-sample](https://github.com/selectdb/doris-operator/tree/master/doc/examples/doriscluster-sample.yaml)
 a custom resource that tells the Operator how to configure the Kubernetes 
cluster, and custom resource as 
[api.md](https://github.com/selectdb/doris-operator/blob/master/doc/api.md) and 
 
[how_to_use](https://github.com/selectdb/doris-operator/tree/master/doc/how_to_use.md)
 docs. Instead of using the command below, apply the customized resource.
 ```shell
 kubeectl apply -f doriscluster-sample.yaml  
diff --git a/docs/zh-CN/docs/install/k8s-deploy.md 
b/docs/zh-CN/docs/install/k8s-deploy.md
index 180322f613b..36093d758d6 100644
--- a/docs/zh-CN/docs/install/k8s-deploy.md
+++ b/docs/zh-CN/docs/install/k8s-deploy.md
@@ -70,11 +70,11 @@ Operator 服务部署后,可通过如下命令查看服务的状态。当`STAT
 operator.yaml 中 namespace 默认为 Doris,如果更改了 namespace,在查询服务状态的时候请替换正确的 namespace 
名称。
 ### 部署 Doris 集群
 **1. 部署集群**   
-`Doris-Operator`仓库的 [doc/examples 
](https://github.com/selectdb/doris-operator/tree/master/doc/examples)目录提供众多场景的使用范例,可直接使用范例进行部署。以最基础的范例为例:
  
+`Doris-Operator`仓库的 
[doc/examples](https://github.com/selectdb/doris-operator/tree/master/doc/examples)
 目录提供众多场景的使用范例,可直接使用范例进行部署。以最基础的范例为例:  
 ```
 kubectl apply -f 
https://raw.githubusercontent.com/selectdb/doris-operator/master/doc/examples/doriscluster-sample.yaml
 ```
-在 Doris-Operator 
仓库中,[how_to_use.md](https://github.com/selectdb/doris-operator/tree/master/doc/how_to_use.md)
 梳理了 Operator 管理运维 Doris 
集群的主要能力,[DorisCluster](https://github.com/selectdb/doris-operator/blob/master/api/doris/v1/types.go)
 
展示了资源定义和从属结构,[api.md](https://github.com/selectdb/doris-operator/tree/master/doc/api.md)
 可读性展示了资源定义和从属结构。可根据相关文档规划部署 Doris 集群。  
+在 Doris-Operator 
仓库中,[how_to_use.md](https://github.com/selectdb/doris-operator/tree/master/doc/how_to_use_cn.md)
 梳理了 Operator 管理运维 Doris 
集群的主要能力,[DorisCluster](https://github.com/selectdb/doris-operator/blob/master/api/doris/v1/types.go)
 
展示了资源定义和从属结构,[api.md](https://github.com/selectdb/doris-operator/tree/master/doc/api.md)
 可读性展示了资源定义和从属结构。可根据相关文档规划部署 Doris 集群。  
 
 **2. 检测集群状态**
 - 检查所有 pod 的状态  
@@ -118,5 +118,5 @@ Doris 集群部署默认不提供 K8S 外部访问,如果集群需要被集群
 mysql -h a7509284bf3784983a596c6eec7fc212-618xxxxxx.com -uroot -P9030
 ```
 ### 后记
-本文简述 Doris 在 Kubernetes 的部署使用,Doris-Operator 
提供的其他能力请参看[主要能力介绍](https://github.com/selectdb/doris-operator/tree/master/doc/how_to_use.md),DorisCluster
 资源的 [api](https://github.com/selectdb/doris-operator/blob/master/doc/api.md) 
可读性文档定制化部署 Doris 集群。
+本文简述 Doris 在 Kubernetes 的部署使用,Doris-Operator 
提供的其他能力请参看[主要能力介绍](https://github.com/selectdb/doris-operator/tree/master/doc/how_to_use_cn.md),DorisCluster
 资源的 [api](https://github.com/selectdb/doris-operator/blob/master/doc/api.md) 
可读性文档定制化部署 Doris 集群。
 


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

Reply via email to