applike-ss commented on issue #18747:
URL: https://github.com/apache/druid/issues/18747#issuecomment-3551155188
In fact I would also like to be able to configure annotations on the K8s Job
resource based on which pod template is chosen.
Suggested implementation:
```
druid.indexer.runner.k8s.podTemplate.base.jobAnnotations: {"foo":"bar"}
druid.indexer.runner.k8s.podTemplate.x.jobAnnotations: {"bar":"baz"}
druid.indexer.runner.k8s.podTemplate.y.jobAnnotations: {"baz":"buzz"}
```
However I realize that having podTemplate as a prior part of the config name
is somewhat confusing when it comes to what the jobAnnotations config would do.
Maybe it makes sense to rename this somehow? No suggestions here from my
side though.
--
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]