This is an automated email from the ASF dual-hosted git repository. kassiez 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 fea6ecef117 [doc](fixed) selectdb to apache (#1402) fea6ecef117 is described below commit fea6ecef1175c781366a5df3e5cab6f0aa5bda57 Author: smiletan <intelligen...@163.com> AuthorDate: Mon Nov 25 11:18:39 2024 +0800 [doc](fixed) selectdb to apache (#1402) # Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English --- .../k8s-deploy/compute-storage-coupled/install-quickstart.md | 7 ++----- .../k8s-deploy/compute-storage-coupled/install-quickstart.md | 7 +------ .../install/cluster-deployment/k8s-deploy/install-quickstart.md | 7 +------ .../k8s-deploy/compute-storage-coupled/install-quickstart.md | 7 +------ .../install/cluster-deployment/k8s-deploy/install-quickstart.md | 7 ++----- .../k8s-deploy/compute-storage-coupled/install-quickstart.md | 7 ++----- 6 files changed, 9 insertions(+), 33 deletions(-) diff --git a/docs/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md b/docs/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md index 4bc1c450377..2a40384c595 100644 --- a/docs/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md +++ b/docs/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md @@ -32,12 +32,9 @@ Deploying Doris Operator consists of two parts: installing the definition and de 1. Installing Doris Operator CRD Add the custom resource (CRD) of Doris Operator using the following command: ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - Expected output: - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` + 2. Install Doris Operator Install Doris Operator using the following command: ```shell diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md index 85e9c158357..7c436c6447b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md @@ -40,12 +40,7 @@ under the License. 通过以下命令添加 Doris Operator 的自定义资源(CRD): ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - 期望输出结果: - - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` 2. 安装 Doris Operator diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md index 07d19a56189..715b6f23e65 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md @@ -40,12 +40,7 @@ under the License. 通过以下命令添加 Doris Operator 的自定义资源(CRD): ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - 期望输出结果: - - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` 2. 安装 Doris Operator diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md index 85e9c158357..7c436c6447b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md @@ -40,12 +40,7 @@ under the License. 通过以下命令添加 Doris Operator 的自定义资源(CRD): ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - 期望输出结果: - - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` 2. 安装 Doris Operator diff --git a/versioned_docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md b/versioned_docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md index 4bc1c450377..2a40384c595 100644 --- a/versioned_docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md +++ b/versioned_docs/version-2.1/install/cluster-deployment/k8s-deploy/install-quickstart.md @@ -32,12 +32,9 @@ Deploying Doris Operator consists of two parts: installing the definition and de 1. Installing Doris Operator CRD Add the custom resource (CRD) of Doris Operator using the following command: ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - Expected output: - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` + 2. Install Doris Operator Install Doris Operator using the following command: ```shell diff --git a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md index 4bc1c450377..2a40384c595 100644 --- a/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md +++ b/versioned_docs/version-3.0/install/cluster-deployment/k8s-deploy/compute-storage-coupled/install-quickstart.md @@ -32,12 +32,9 @@ Deploying Doris Operator consists of two parts: installing the definition and de 1. Installing Doris Operator CRD Add the custom resource (CRD) of Doris Operator using the following command: ```shell - kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml - ``` - Expected output: - ```shell - customresourcedefinition.apiextensions.k8s.io/dorisclusters.doris.selectdb.com created + kubectl create -f https://raw.githubusercontent.com/apache/doris-operator/master/config/crd/bases/doris.apache.com_dorisclusters.yaml ``` + 2. Install Doris Operator Install Doris Operator using the following command: ```shell --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org