From db6df77f39b65b40bd1e009b5dc545852d4ec0ff Mon Sep 17 00:00:00 2001 From: catpineapple Date: Fri, 26 Dec 2025 11:43:05 +0800 Subject: [PATCH] debug annotation key fix --- .../integrated-storage-compute/cluster-operation.md | 2 +- .../integrated-storage-compute/cluster-operation.md | 2 +- .../install/deploy-on-kubernetes/cluster-operation.md | 2 +- .../integrated-storage-compute/cluster-operation.md | 2 +- .../integrated-storage-compute/cluster-operation.md | 2 +- .../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 605e4bf7253f3..8a4504f8be83b 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 26ba950ce8090..9857c11106839 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 efbd002ce9046..a313e7af983fd 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 26ba950ce8090..9857c11106839 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 26ba950ce8090..9857c11106839 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 4165460e41116..100f0c68f3166 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 7afeac5cdc2b4..ee4e531a3b4ca 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 605e4bf7253f3..8a4504f8be83b 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`.