liumengkai commented on issue #6142: URL: https://github.com/apache/seatunnel/issues/6142#issuecomment-1878359295
这不是一个bug 就是k8s自动拉取机制决定的,默认是always 改成never之后就可以了 ``` ... restartPolicy: Never ... ``` -- 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]
