Hello,
Your server is located in mainland China (Tencent CN). Pulling images from docker.io on this machine is being blocked by the network, which is why docker.io/hotwa/n8n-chinese:1.122.4 cannot be pulled (kubelet has retried 16,000+ times, all resulting in i/o timeout).
Solution: Change the image address to a mirror accessible from mainland China. In your service's Settings → Source → Image, add a domestic mirror prefix to the image name, for example:
docker.m.daocloud.io/hotwa/n8n-chinese:1.122.4
or
docker.1ms.run/hotwa/n8n-chinese:1.122.4
Additional Note: We found that two other services on your server are stuck with the same issue (n8nio/n8n:latest and postgres:17). It is recommended that you update them to the mirror versions as well:
docker.m.daocloud.io/n8nio/n8n:latest
docker.m.daocloud.io/library/postgres:17
After saving the changes, the service will automatically redeploy. It should pull the image and start within a few minutes. If you encounter other image pull failures, simply add the mirror prefix in the same way.