FrankChen021 commented on code in PR #17738:
URL: https://github.com/apache/druid/pull/17738#discussion_r1961563226


##########
extensions-core/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/taskadapter/PodTemplateTaskAdapter.java:
##########
@@ -264,6 +264,7 @@ private Map<String, String> 
getJobLabels(KubernetesTaskRunnerConfig config, Task
     return ImmutableMap.<String, String>builder()
         .putAll(config.getLabels())
         .put(DruidK8sConstants.LABEL_KEY, "true")
+        .put(DruidK8sConstants.ORIGINAL_NAMESPACE_KEY, 
config.getOverlordNamespace())

Review Comment:
   does it work well when the namespace is undefined?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to