hmdyx opened a new issue, #13309: URL: https://github.com/apache/dolphinscheduler/issues/13309
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened After the job is submitted to k8s, the node fails. (in fact, the job on k8s is running) And I can't find any error logs. ``` ... ... [INFO] 2022-12-30 16:33:15.955 +0800 - [K8sJobExecutor-examples-68] start to submit job [INFO] 2022-12-30 16:33:16.195 +0800 - [K8sJobExecutor-examples-68] submitted job successfully [INFO] 2022-12-30 16:33:57.990 +0800 - Send task execute result to master, the current task status: TaskExecutionStatus{code=6, desc='failure'} [INFO] 2022-12-30 16:33:57.990 +0800 - Remove the current task execute context from worker cache ... ... ``` Full log ``` [INFO] 2022-12-30 16:33:15.641 +0800 - Begin to pulling task [INFO] 2022-12-30 16:33:15.708 +0800 - Begin to initialize task [INFO] 2022-12-30 16:33:15.741 +0800 - Set task startTime: Fri Dec 30 16:33:15 CST 2022 [INFO] 2022-12-30 16:33:15.783 +0800 - Set task envFile: /opt/dolphinscheduler/conf/dolphinscheduler_env.sh [INFO] 2022-12-30 16:33:15.784 +0800 - Set task appId: 36_68 [INFO] 2022-12-30 16:33:15.833 +0800 - End initialize task [INFO] 2022-12-30 16:33:15.834 +0800 - Set task status to TaskExecutionStatus{code=1, desc='running'} [INFO] 2022-12-30 16:33:15.835 +0800 - TenantCode:root check success [INFO] 2022-12-30 16:33:15.917 +0800 - ProcessExecDir:/tmp/dolphinscheduler/exec/process/root/7826084625920/8058590247072_4/36/68 check success [INFO] 2022-12-30 16:33:15.951 +0800 - Resources:{} check success [INFO] 2022-12-30 16:33:15.951 +0800 - Task plugin: K8S create success [INFO] 2022-12-30 16:33:15.951 +0800 - Success initialized task plugin instance success [INFO] 2022-12-30 16:33:15.951 +0800 - Success set taskVarPool: null [INFO] 2022-12-30 16:33:15.955 +0800 - [K8sJobExecutor-examples-68] start to submit job [INFO] 2022-12-30 16:33:16.195 +0800 - [K8sJobExecutor-examples-68] submitted job successfully [INFO] 2022-12-30 16:33:57.990 +0800 - Send task execute result to master, the current task status: TaskExecutionStatus{code=6, desc='failure'} [INFO] 2022-12-30 16:33:57.990 +0800 - Remove the current task execute context from worker cache [INFO] 2022-12-30 16:33:58.023 +0800 - The current execute mode isn't develop mode, will clear the task execute file: /tmp/dolphinscheduler/exec/process/root/7826084625920/8058590247072_4/36/68 ``` ### What you expected to happen The k8s node is awesome, hope it works ### How to reproduce Version: 3.1.1 Create a workflow, add k8s task nodes, and use a correct image ... Always happens. ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit 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]
