ahululu opened a new issue, #15663:
URL: https://github.com/apache/dolphinscheduler/issues/15663

   ### 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
   
   DS deployed by kubernetes(EKS).I get an error when I create a shell task:
   ```
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.982 +0000 
o.a.d.p.t.a.s.BaseLinuxShellInterceptorBuilder:[68] - 
****************************** Script Content 
*****************************************************************
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.983 +0000 
o.a.d.p.t.a.s.BaseShellInterceptor:[46] - Executing shell command : sudo -u 
default -i 
/tmp/dolphinscheduler/exec/process/default/12778447812128/12778570250784_7/6/6/6_6.sh
   [WI-6][TI-6] - [INFO] 2024-03-04 02:17:27.987 +0000 
o.a.d.p.t.a.AbstractCommandExecutor:[154] - process start, process id is: 110
   [WI-0][TI-6] - [INFO] 2024-03-04 02:17:28.776 +0000 
o.a.d.s.w.r.l.TaskInstanceExecutionRunningEventAckListenFunction:[44] - Receive 
TaskInstanceExecutionRunningEventAck: 
TaskInstanceExecutionRunningEventAck(taskInstanceId=6, success=true)
   [WI-0][TI-6] - [INFO] 2024-03-04 02:17:28.786 +0000 
o.a.d.s.w.r.l.TaskInstanceExecutionInfoEventAckListenFunction:[45] - Receive 
TaskInstanceExecutionInfoEventAck: 
TaskInstanceExecutionInfoEventAck(success=true, taskInstanceId=6)
   [WI-0][TI-0] - [INFO] 2024-03-04 02:17:28.986 +0000 
o.a.d.p.t.a.AbstractTask:[169] -  ->
        sudo: unable to change directory to /home/default: No such file or 
directory
        ###############################################
   ```
   and my Dockerfile:
   ```
   FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-worker:3.2.1
   
   COPY mysql-connector-j-8.0.32.jar /opt/dolphinscheduler/libs
   ```
   values.yaml where modify:
   ```
     image:
       registry: docker.io
       repository: bitnami/zookeeper
       tag: 3.7.2-debian-11-r6
       pullPolicy: IfNotPresent
       debug: false
   ```
   
   ### What you expected to happen
   
   I dont know
   
   ### How to reproduce
   
   just deploy by kubernetes and use arm64 image  and modify zookeeper image
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.2.x
   
   ### Are you willing to submit PR?
   
   - [X] 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]

Reply via email to