This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 8979d60f9aa Docs: Update k8s.debugJobs misleading description (#18160)
8979d60f9aa is described below
commit 8979d60f9aa4b6e55bc0b99b3230cf8611dca42f
Author: Virushade <[email protected]>
AuthorDate: Fri Jun 20 17:03:30 2025 +0800
Docs: Update k8s.debugJobs misleading description (#18160)
Current writing causes confusion:
Can be read as: debugJobs == true --> Jobs will be cleaned up.
---
docs/development/extensions-core/k8s-jobs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/development/extensions-core/k8s-jobs.md
b/docs/development/extensions-core/k8s-jobs.md
index cf9be3172c0..89dd4b00551 100644
--- a/docs/development/extensions-core/k8s-jobs.md
+++ b/docs/development/extensions-core/k8s-jobs.md
@@ -777,7 +777,7 @@ Should you require the needed permissions for interacting
across Kubernetes name
| `druid.indexer.runner.namespace` | `String` | If Overlord and task pods are
running in different namespaces, specify the Overlord namespace. | - | Yes |
| `druid.indexer.runner.overlordNamespace` | `String` | Only applicable when
using Custom Template Pod Adapter. If Overlord and task pods are running in
different namespaces, specify the Overlord namespace. <br /> Warning: You need
to stop all running tasks in Druid to change this property. Failure to do so
will lead to duplicate data and metadata inconsistencies. | `""` | No |
| `druid.indexer.runner.k8sTaskPodNamePrefix` | `String` | Use this if you
want to change your task name to contain a more human-readable prefix. Maximum
30 characters. Special characters `: - . _` will be ignored. <br /> Warning:
You need to stop all running tasks in Druid to change this property. Failure to
do so will lead to duplicate data and metadata inconsistencies. | `""` | No |
-| `druid.indexer.runner.debugJobs` | `boolean` | Clean up K8s jobs after tasks
complete. | False | No |
+| `druid.indexer.runner.debugJobs` | `boolean` | Boolean flag used to disable
clean up of K8s jobs after tasks complete. | False | No |
| `druid.indexer.runner.sidecarSupport` | `boolean` | Deprecated, specify
adapter type as runtime property `druid.indexer.runner.k8s.adapter.type:
overlordMultiContainer` instead. If your overlord pod has sidecars, this will
attempt to start the task with the same sidecars as the overlord pod. | False |
No |
| `druid.indexer.runner.primaryContainerName` | `String` | If running with
sidecars, the `primaryContainerName` should be that of your druid container
like `druid-overlord`. | First container in `podSpec` list | No |
| `druid.indexer.runner.kubexitImage` | `String` | Used kubexit project to
help shutdown sidecars when the main pod completes. Otherwise, jobs with
sidecars never terminate. | karlkfi/kubexit:latest | No |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]