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

catpineapple 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 5d666e67bf1 k8s docs debug annotation key fix (#3228)
5d666e67bf1 is described below

commit 5d666e67bf181c6e712eea7519480dc78c772b5d
Author: catpineapple <[email protected]>
AuthorDate: Sun Jan 4 10:45:13 2026 +0800

    k8s docs debug annotation key fix (#3228)
    
    ## Versions
    
    - [x] dev
    - [x] 4.x
    - [x] 3.x
    - [x] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 .../version-2.1/install/deploy-on-kubernetes/cluster-operation.md       | 2 +-
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 .../version-2.1/install/deploy-on-kubernetes/cluster-operation.md       | 2 +-
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 .../integrated-storage-compute/cluster-operation.md                     | 2 +-
 8 files changed, 8 insertions(+), 8 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 605e4bf7253..8a4504f8be8 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
@@ -21,7 +21,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} 
apache.com.doris/runmode=debug
+  $ kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.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`.
 
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 26ba950ce80..9857c111068 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
@@ -21,7 +21,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
 1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
 
   ```shell
-  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.com.doris/runmode=debug
+  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.doris/runmode=debug
   ```
 
   当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为 
`running`。
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 efbd002ce90..a313e7af983 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
@@ -21,7 +21,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
 1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
 
   ```shell
-  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.com.doris/runmode=debug
+  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.doris/runmode=debug
   ```
 
   当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为 
`running`。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 26ba950ce80..9857c111068 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -21,7 +21,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
 1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
 
   ```shell
-  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.com.doris/runmode=debug
+  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.doris/runmode=debug
   ```
 
   当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为 
`running`。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 26ba950ce80..9857c111068 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -21,7 +21,7 @@ Doris Operator 提供了 `Debug` 的运行模式,下面描述了当服务进
 1. **通过以下命令给运行有问题的 pod 进行添加 annnotation**
 
   ```shell
-  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.com.doris/runmode=debug
+  kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.doris/runmode=debug
   ```
 
   当服务进行下一次重启时候,服务会检测到标识 `Debug` 模式启动的 annotation 就会进入 `Debug` 模式启动,pod 状态为 
`running`。
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 4165460e411..100f0c68f31 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
@@ -21,7 +21,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} 
apache.com.doris/runmode=debug
+  $ kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.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`.
 
diff --git 
a/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
 
b/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 7afeac5cdc2..ee4e531a3b4 100644
--- 
a/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++ 
b/versioned_docs/version-3.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -21,7 +21,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} 
apache.com.doris/runmode=debug
+  $ kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.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`.
 
diff --git 
a/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
 
b/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
index 605e4bf7253..8a4504f8be8 100644
--- 
a/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
+++ 
b/versioned_docs/version-4.x/install/deploy-on-kubernetes/integrated-storage-compute/cluster-operation.md
@@ -21,7 +21,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} 
apache.com.doris/runmode=debug
+  $ kubectl annotate pod ${pod_name} --namespace ${namespace} 
apache.org.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`.
 


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

Reply via email to