paddyabc opened a new issue, #17565: URL: https://github.com/apache/dolphinscheduler/issues/17565
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description The current support of Kubernetes Task is only allow: 1. Specify the image 2. change the execution command of the image 3. change the command argument 4. change the node selectors 5. set the environment variable However, to run a job in K8S, sometimes, we may need to have some initialize container, mounting the volume for input or output, etc... Suggest to ask the users to provide the Kubernetes Job Definition files and ask the Kuberentes to run the job when the task is triggered in the workflow This can leverage the use of Kubernetes for some complicated job. ### Use case Run Kubernetes Job as a Dolphin task. Dolphin will check the job completion and then trigger the next task (can be another Kubernetes Job) according to the workflow configuration ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
