nlippis commented on PR #13896:
URL: https://github.com/apache/druid/pull/13896#issuecomment-1460813233

   > Could you update the README for this extension on how to use this? That 
would help a lot in reviewing this. I am a bit unclear how this is initialized, 
what properties need to be set, vs configurations, etc...
   
   This PR just introduces the `PodTemplateTaskAdapter`, a following PR will 
wire it up.  I will include public facing documentation about how to use it 
there.
   
   That said, the user will specify 
`druid.indexer.runner.k8s.adapter.type={SingleContainer|MultiContainer|PodTemplate}`.
  The user can then specify pod templates per task by specifying the paths to 
each file i.e 
`druid.indexer.runner.k8s.podTemplate.{task_type}=/path/to/task.yml`


-- 
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