Open wyj0818 opened 1 week ago
/docker-entrypoint.sh: line 38: /etc/squid/squid.conf: Read-only file system
The squid deployment will run a entrypoint script and write configurations into squid.conf
.
I think you should review the permission of the configmap which mount squid.conf first.
For the OOM issue, try remove the resource setup then deploy again, see what will happen.
This issue never happened in my K3S cluster, so you'd better check the cluster configurations.
The dify-ssrf deployment went wrong when startup
I have checked the logs it shows like:
seems like it has a OOM issue.
I'm sure squid doesn't need that large size of Memory and thank you for your kindly help.