FrankChen021 opened a new issue, #17773: URL: https://github.com/apache/druid/issues/17773
### Description  As stated by the [doc](https://druid.apache.org/docs/latest/development/extensions-contrib/k8s-jobs#migrationkubernetes-and-worker-task-runner) above, these two properties should be configured to peon tasks. However, these two properties should be only present at the overlord side to create a task POD, and if task pod really needs these two properties, overlord should pass these two to task POD in the background for users. Managing thes properties in K8S is tedious, because we have to keep two copies of these properties, one at the overlord side, another at the peon side. Removing these two from peon would help ease the configuration. -- 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]
