Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down