This is an automated email from the ASF dual-hosted git repository.
smiletan 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 c46918ff6fb [Docs]image from selectdb to apache (#2471)
c46918ff6fb is described below
commit c46918ff6fb3c362da98695a0009f7ae9097e333
Author: smiletan <[email protected]>
AuthorDate: Mon Jun 16 14:50:34 2025 +0800
[Docs]image from selectdb to apache (#2471)
## Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../integrated-storage-compute/cluster-operation.md | 10 +++++-----
.../integrated-storage-compute/cluster-operation.md | 10 +++++-----
.../install/deploy-on-kubernetes/cluster-operation.md | 10 +++++-----
.../integrated-storage-compute/cluster-operation.md | 10 +++++-----
.../install/deploy-on-kubernetes/cluster-operation.md | 10 +++++-----
.../integrated-storage-compute/cluster-operation.md | 10 +++++-----
6 files changed, 30 insertions(+), 30 deletions(-)
diff --git
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 17dc399337c..73f55369b67 100644
---
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -39,7 +39,7 @@ When a pod of the service enters CrashLoopBackOff or cannot
be started normally
1. **Use the following command to add annotation to the pod with problems.**
```shell
- $ kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ $ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
When the service is restarted next time, the service will detect the
annotation that identifies the `Debug` mode startup, and will enter the `Debug`
mode to start, and the pod status will be `running`.
@@ -102,7 +102,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of `Dor
1. Modify `spec.beSpec.image`
- Change `selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ Change `apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -125,7 +125,7 @@ It can also be modified directly through `kubectl edit dcr`.
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.beSpec.image` and change
`selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.beSpec.image` and change
`apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
3. View the upgrade process and results:
```shell
@@ -140,7 +140,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of the
1. Modify `spec.feSpec.image`
- Change `selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ Change `apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -156,7 +156,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of the
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.feSpec.image` and change
`selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.feSpec.image` and change
`apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
2. View the upgrade process and results:
```shell
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index f7a3b2dffcb..c9e810215af 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -39,7 +39,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
```shell
- kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为
`running`。
@@ -188,7 +188,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.beSpec.image`
- 将 `selectdb/doris.be-ubuntu:2.0.4` 变为 `selectdb/doris.be-ubuntu:2.1.0`
+ 将 `apache/doris:be-2.1.8` 变为 `apache/doris:be-2.1.9`
2. 保存修改后应用本次修改进行 BE 升级:
@@ -212,7 +212,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `selectdb/doris.be-ubuntu:2.0.4` 修改为
`selectdb/doris.be-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `apache/doris:be-2.1.8` 修改为
`apache/doris:be-2.1.9`
3. 查看升级过程和结果:
@@ -228,7 +228,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.feSpec.image`
- 将 `selectdb/doris.fe-ubuntu:2.0.4` 变为 `selectdb/doris.fe-ubuntu:2.1.0`
+ 将 `apache/doris:fe-2.1.8` 变为 `apache/doris:fe-2.1.9`
```shell
vim doriscluster-sample.yaml
@@ -248,7 +248,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到`spec.feSpec.image`,将 `selectdb/doris.fe-ubuntu:2.0.4` 修改为
`selectdb/doris.fe-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到`spec.feSpec.image`,将 `apache/doris:fe-2.1.8` 修改为
`apache/doris:fe-2.1.9`
2. 查看升级过程和结果
```shell
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
index 5d88e2c0852..3abc829c4ce 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
@@ -39,7 +39,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
```shell
- kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为
`running`。
@@ -188,7 +188,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.beSpec.image`
- 将 `selectdb/doris.be-ubuntu:2.0.4` 变为 `selectdb/doris.be-ubuntu:2.1.0`
+ 将 `apache/doris:be-2.1.8` 变为 `apache/doris:be-2.1.9`
2. 保存修改后应用本次修改进行 BE 升级:
@@ -212,7 +212,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `selectdb/doris.be-ubuntu:2.0.4` 修改为
`selectdb/doris.be-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `apache/doris:be-2.1.8` 修改为
`apache/doris:be-2.1.9`
3. 查看升级过程和结果:
@@ -228,7 +228,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.feSpec.image`
- 将 `selectdb/doris.fe-ubuntu:2.0.4` 变为 `selectdb/doris.fe-ubuntu:2.1.0`
+ 将 `apache/doris:fe-2.1.8` 变为 `apache/doris:fe-2.1.9`
```shell
vim doriscluster-sample.yaml
@@ -248,7 +248,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到`spec.feSpec.image`,将 `selectdb/doris.fe-ubuntu:2.0.4` 修改为
`selectdb/doris.fe-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到`spec.feSpec.image`,将 `apache/doris:fe-2.1.8` 修改为
`apache/doris:be-2.1.9`
2. 查看升级过程和结果
```shell
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index f7a3b2dffcb..c9e810215af 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -39,7 +39,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
```shell
- kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为
`running`。
@@ -188,7 +188,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.beSpec.image`
- 将 `selectdb/doris.be-ubuntu:2.0.4` 变为 `selectdb/doris.be-ubuntu:2.1.0`
+ 将 `apache/doris:be-2.1.8` 变为 `apache/doris:be-2.1.9`
2. 保存修改后应用本次修改进行 BE 升级:
@@ -212,7 +212,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `selectdb/doris.be-ubuntu:2.0.4` 修改为
`selectdb/doris.be-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到 `spec.beSpec.image` ,将 `apache/doris:be-2.1.8` 修改为
`apache/doris:be-2.1.9`
3. 查看升级过程和结果:
@@ -228,7 +228,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
1. 修改 `spec.feSpec.image`
- 将 `selectdb/doris.fe-ubuntu:2.0.4` 变为 `selectdb/doris.fe-ubuntu:2.1.0`
+ 将 `apache/doris:fe-2.1.8` 变为 `apache/doris:fe-2.1.9`
```shell
vim doriscluster-sample.yaml
@@ -248,7 +248,7 @@ admin set frontend config("disable_tablet_scheduler" =
"true");
kubectl edit dcr doriscluster-sample -n doris
```
- 进入文本编辑器后,将找到`spec.feSpec.image`,将 `selectdb/doris.fe-ubuntu:2.0.4` 修改为
`selectdb/doris.fe-ubuntu:2.1.0`
+ 进入文本编辑器后,将找到`spec.feSpec.image`,将 `apache/doris:fe-2.1.8` 修改为
`apache/doris:fe-2.1.9`
2. 查看升级过程和结果
```shell
diff --git
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
index c9810a12ee8..dc6a6b30c5d 100644
---
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
+++
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/cluster-operation.md
@@ -39,7 +39,7 @@ When a pod of the service enters CrashLoopBackOff or cannot
be started normally
1. **Use the following command to add annotation to the pod with problems.**
```shell
- $ kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ $ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
When the service is restarted next time, the service will detect the
annotation that identifies the `Debug` mode startup, and will enter the `Debug`
mode to start, and the pod status will be `running`.
@@ -102,7 +102,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of `Dor
1. Modify `spec.beSpec.image`
- Change `selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ Change `apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -125,7 +125,7 @@ It can also be modified directly through `kubectl edit dcr`.
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.beSpec.image` and change
`selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.beSpec.image` and change
`apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
3. View the upgrade process and results:
```shell
@@ -140,7 +140,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of the
1. Modify `spec.feSpec.image`
- Change `selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ Change `apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -156,7 +156,7 @@ It can also be modified directly through `kubectl edit dcr`.
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.feSpec.image` and change
`selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.feSpec.image` and change
`apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
2. View the upgrade process and results:
```shell
diff --git
a/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
b/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 17dc399337c..73f55369b67 100644
---
a/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++
b/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -39,7 +39,7 @@ When a pod of the service enters CrashLoopBackOff or cannot
be started normally
1. **Use the following command to add annotation to the pod with problems.**
```shell
- $ kubectl annotate pod ${pod_name} --namespace ${namespace}
selectdb.com.doris/runmode=debug
+ $ kubectl annotate pod ${pod_name} --namespace ${namespace}
apache.com.doris/runmode=debug
```
When the service is restarted next time, the service will detect the
annotation that identifies the `Debug` mode startup, and will enter the `Debug`
mode to start, and the pod status will be `running`.
@@ -102,7 +102,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of `Dor
1. Modify `spec.beSpec.image`
- Change `selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ Change `apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -125,7 +125,7 @@ It can also be modified directly through `kubectl edit dcr`.
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.beSpec.image` and change
`selectdb/doris.be-ubuntu:2.0.4` to `selectdb/doris.be-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.beSpec.image` and change
`apache/doris:be-2.1.8` to `apache/doris:be-2.1.9`
3. View the upgrade process and results:
```shell
@@ -140,7 +140,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of the
1. Modify `spec.feSpec.image`
- Change `selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ Change `apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
```shell
$ vim doriscluster-sample.yaml
```
@@ -156,7 +156,7 @@ If you retain the cluster's crd (Doris Operator defines the
abbreviation of the
```shell
$ kubectl edit dcr doriscluster-sample -n doris
```
- After entering the text editor, you will find `spec.feSpec.image` and change
`selectdb/doris.fe-ubuntu:2.0.4` to `selectdb/doris.fe-ubuntu:2.1.0`
+ After entering the text editor, you will find `spec.feSpec.image` and change
`apache/doris:fe-2.1.8` to `apache/doris:fe-2.1.9`
2. View the upgrade process and results:
```shell
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]