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

yiguolei 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 7290a057464 [fix]fix error image link of FE and BE (#2940)
7290a057464 is described below

commit 7290a0574642692523db5f14b68212a7931a03c1
Author: ZhenchaoXu <[email protected]>
AuthorDate: Sat Oct 11 16:56:32 2025 +0800

    [fix]fix error image link of FE and BE (#2940)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../integrated-storage-compute/install-config-cluster.md            | 6 +++---
 .../integrated-storage-compute/install-config-cluster.md            | 6 +++---
 .../install/deploy-on-kubernetes/install-config-cluster.md          | 6 +++---
 .../integrated-storage-compute/install-config-cluster.md            | 6 +++---
 .../install/deploy-on-kubernetes/install-config-cluster.md          | 6 +++---
 .../integrated-storage-compute/install-config-cluster.md            | 6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index 01b1f6fbce4..0a2a83b10a2 100644
--- 
a/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/docs/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -18,7 +18,7 @@ spec:
   feSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe).
 
 **BE image configuration**  
 To specify the BE image version, use the following configuration:
@@ -27,7 +27,7 @@ spec:
   beSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be).
 
 ### Replicas configuration
 **FE replicas configuration**  
@@ -828,7 +828,7 @@ The Doris Operator mounts the krb5.conf file using a 
ConfigMap resource and moun
         keytabSecretName: ${keytabSecretName}
         keytabPath: ${keytabPath}
     ```
-   ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../../lakehouse/catalogs/hive-catalog.md#configuring-catalog) 
documentation.
+   ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../../lakehouse/catalogs/hive-catalog.mdx#configuring-catalog)
 documentation.
 
 ## Configure Shared Storage
 As of version 25.4.0, the Doris Operator supports mounting shared storage with 
the ReadWriteMany access mode to all pods across multiple components. Before 
using this feature, ensure that the shared storage PersistentVolume and 
PersistentVolumeClaim resources have been created. Configure the DorisCluster 
resource as shown below before deploying the Doris cluster:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index 47bec4222da..a3c18834312 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -23,7 +23,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe) 可供使用。
 
 **BE Image 设置**  
 
@@ -35,7 +35,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be) 可供使用。
 
 ### 副本数设定
 
@@ -972,7 +972,7 @@ Doris Operator 使用 `ConfigMap` 资源挂载 krb5.conf 文件,使用 `Secret
         keytabPath: ${keytabPath}
     ```
    ${krb5ConfigMapName} 为包含要使用的 `krb5.conf` 文件的 ConfigMap 
名称。${keytabSecretName} 为包含 keytab 文件的 Secret 名称。${keytabPath} 为 Secret 
希望挂载到容器中的路径,这个路径是创建 catalog 时,通过 `hadoop.kerberos.keytab` 指定 keytab 的文件所在目录。创建
-   catalog 请参考配置 [Hive 
Catalog](../../../lakehouse/catalogs/hive-catalog.md#配置-catalog) 文档。
+   catalog 请参考配置 [Hive 
Catalog](../../../lakehouse/catalogs/hive-catalog.mdx#配置-catalog) 文档。
 
 ## 配置共享存储
 Doris Operator 从 25.4.0 版本开始支持为多个组件的所有 Pod 挂载一个 `ReadWriteMany` 
的共享存储。使用前请提前创建好共享存储 `PersistentVolume` 和 `PersistentVolumeClaim` 资源,在部署 Doris 
集群之前按照如下配置 `DorisCluster` 资源:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
index 0f514cae975..4a285f06cb7 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
@@ -23,7 +23,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe) 可供使用。
 
 **BE Image 设置**  
 
@@ -35,7 +35,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be) 可供使用。
 
 ### 副本数设定
 
@@ -906,7 +906,7 @@ Doris Operator 使用 `ConfigMap` 资源挂载 krb5.conf 文件,使用 `Secret
         keytabPath: ${keytabPath}
     ```
     ${krb5ConfigMapName} 为包含要使用的 `krb5.conf` 文件的 ConfigMap 
名称。${keytabSecretName} 为包含 keytab 文件的 Secret 名称。${keytabPath} 为 Secret 
希望挂载到容器中的路径,这个路径是创建 catalog 时,通过 `hadoop.kerberos.keytab` 指定 keytab 的文件所在目录。创建
-      catalog 请参考配置 [Hive 
Catalog](../../lakehouse/catalogs/hive-catalog.md#配置-catalog) 文档。
+      catalog 请参考配置 [Hive 
Catalog](../../lakehouse/catalogs/hive-catalog.mdx#配置-catalog) 文档。
 
 ## 配置共享存储
 Doris Operator 从 25.4.0 版本开始支持为多个组件的所有 Pod 挂载一个 `ReadWriteMany` 
的共享存储。使用前请提前创建好共享存储 `PersistentVolume` 和 `PersistentVolumeClaim` 资源,在部署 Doris 
集群之前按照如下配置 `DorisCluster` 资源:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index e08c1023663..101b43ae98f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -23,7 +23,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe) 可供使用。
 
 **BE Image 设置**  
 
@@ -35,7 +35,7 @@ spec:
     image: ${image}
 ```
 
-将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu) 可供使用。
+将 `${image}` 替换想要部署的 image 名称后,将配置更新到需要部署的 [DorisCluster 
资源](install-doris-cluster.md#第-2-步安装自定义部署模板)中。Doris 官方提供的 [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be) 可供使用。
 
 ### 副本数设定
 
@@ -995,7 +995,7 @@ Doris Operator 使用 `ConfigMap` 资源挂载 krb5.conf 文件,使用 `Secret
         keytabPath: ${keytabPath}
     ```
    ${krb5ConfigMapName} 为包含要使用的 `krb5.conf` 文件的 ConfigMap 
名称。${keytabSecretName} 为包含 keytab 文件的 Secret 名称。${keytabPath} 为 Secret 
希望挂载到容器中的路径,这个路径是创建 catalog 时,通过 `hadoop.kerberos.keytab` 指定 keytab 的文件所在目录。创建
-   catalog 请参考配置 [Hive 
Catalog](../../../lakehouse/catalogs/hive-catalog.md#配置-catalog) 文档。
+   catalog 请参考配置 [Hive 
Catalog](../../../lakehouse/catalogs/hive-catalog.mdx#配置-catalog) 文档。
 
 ## 配置共享存储
 Doris Operator 从 25.4.0 版本开始支持为多个组件的所有 Pod 挂载一个 `ReadWriteMany` 
的共享存储。使用前请提前创建好共享存储 `PersistentVolume` 和 `PersistentVolumeClaim` 资源,在部署 Doris 
集群之前按照如下配置 `DorisCluster` 资源:
diff --git 
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
 
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
index deda28f5e5f..ba63e3be19f 100644
--- 
a/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
+++ 
b/versioned_docs/version-2.1/install/deploy-on-kubernetes/install-config-cluster.md
@@ -18,7 +18,7 @@ spec:
   feSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe).
 
 **BE image configuration**  
 To specify the BE image version, use the following configuration:
@@ -27,7 +27,7 @@ spec:
   beSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be).
 
 ### Replicas configuration
 **FE Replicas configuration**  
@@ -753,7 +753,7 @@ The Doris Operator mounts the krb5.conf file using a 
ConfigMap resource and moun
         keytabSecretName: ${keytabSecretName}
         keytabPath: ${keytabPath}
     ```
-    ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../lakehouse/catalogs/hive-catalog.md#configuring-catalog) 
documentation.
+    ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../lakehouse/catalogs/hive-catalog.mdx#configuring-catalog) 
documentation.
 
 ## Configure Shared Storage
 As of version 25.4.0, the Doris Operator supports mounting shared storage with 
the ReadWriteMany access mode to all pods across multiple components. Before 
using this feature, ensure that the shared storage PersistentVolume and 
PersistentVolumeClaim resources have been created. Configure the DorisCluster 
resource as shown below before deploying the Doris cluster:
diff --git 
a/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
 
b/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
index 3001b638c34..6443d37cf0b 100644
--- 
a/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
+++ 
b/versioned_docs/version-3.0/install/deploy-on-kubernetes/integrated-storage-compute/install-config-cluster.md
@@ -18,7 +18,7 @@ spec:
   feSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.fe-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official FE images are available at [FE 
Image](https://hub.docker.com/r/apache/doris/tags?name=fe).
 
 **BE image configuration**  
 To specify the BE image version, use the following configuration:
@@ -27,7 +27,7 @@ spec:
   beSpec:
     image: ${image}
 ```
-Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/repository/docker/selectdb/doris.be-ubuntu).
+Replace ${image} with the desired image name, then update the configuration in 
the target [DorisCluster 
resource](install-doris-cluster.md#step-2-custom-the-template-and-deploy-cluster).
  Official BE images are available at [BE 
Image](https://hub.docker.com/r/apache/doris/tags?name=be).
 
 ### Replicas configuration
 **FE replicas configuration**  
@@ -828,7 +828,7 @@ The Doris Operator mounts the krb5.conf file using a 
ConfigMap resource and moun
         keytabSecretName: ${keytabSecretName}
         keytabPath: ${keytabPath}
     ```
-   ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../../lakehouse/catalogs/hive-catalog.md#configuring-catalog) 
documentation.
+   ${krb5ConfigMapName}: Name of the ConfigMap containing the krb5.conf file. 
${keytabSecretName}: Name of the Secret containing the keytab files. 
${keytabPath}: The directory path in the container where the Secret mounts the 
keytab files. This path should match the directory specified by 
hadoop.kerberos.keytab when creating a catalog. For catalog configuration 
details, refer to the [Hive Catalog 
configuration](../../../lakehouse/catalogs/hive-catalog.mdx#configuring-catalog)
 documentation.
 
 ## Configure Shared Storage
 As of version 25.4.0, the Doris Operator supports mounting shared storage with 
the ReadWriteMany access mode to all pods across multiple components. Before 
using this feature, ensure that the shared storage PersistentVolume and 
PersistentVolumeClaim resources have been created. Configure the DorisCluster 
resource as shown below before deploying the Doris cluster:


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

Reply via email to