liunaijie commented on PR #8954: URL: https://github.com/apache/seatunnel/pull/8954#issuecomment-2716357665
> > ``` > > docker.io/apache/seatunnel:2.3.10: not found > > ``` > > > > > > > > > > > > > > > > > > > > > > > > after change image to 2.3.9, got error: > > ``` > > Warning Failed 13s (x5 over 107s) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/timezone" to rootfs at "/etc/timezone": mount /etc/timezone:/etc/timezone (via /proc/self/fd/6), flags: 0x5001: not a directory: unknown > > ``` > > > > > > > > > > > > > > > > > > > > > > > > The server is a tecent ecs. > > ``` > > [seatunnel]# uname -a > > Linux xjp-proxy 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux > > [seatunnel]# cat /etc/os-release > > NAME="CentOS Linux" > > VERSION="7 (Core)" > > ID="centos" > > ID_LIKE="rhel fedora" > > VERSION_ID="7" > > PRETTY_NAME="CentOS Linux 7 (Core)" > > ANSI_COLOR="0;31" > > CPE_NAME="cpe:/o:centos:centos:7" > > HOME_URL="https://www.centos.org/" > > BUG_REPORT_URL="https://bugs.centos.org/" > > > > CENTOS_MANTISBT_PROJECT="CentOS-7" > > CENTOS_MANTISBT_PROJECT_VERSION="7" > > REDHAT_SUPPORT_PRODUCT="centos" > > REDHAT_SUPPORT_PRODUCT_VERSION="7" > > ``` > > /etc/timezone is for some system processes to determine timezone like crontab syslog; error message said"not a directory: unknown", may be there is no /etc/timezone on your ecs; if `ls /etc/timezone` shows "No such file or directory", you can add timezone file by: > > ```shell > cat << EOF > /etc/timezone > Asia/Shanghai > EOF > ``` Can we also add those files to the ConfigMap? That way, we don’t have to worry about the user's execution environment. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org