Where does the NGINX ingress controller stores temporary files?
This is the message I receive and I am pretty sure it is storing the file on a volume attached to one of my pods:
2021/09/27 20:33:23 [warn] 33#33: *26 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000002, client: 10.42.1.0, server: _, request: "POST /api/adm/os/image HTTP/1.1", host: "vzredfish.cic.shidevops.com", referrer: "https://vzredfish.cic.shidevops.com/setting"
But when I go into the location /var/cache/nginx/client_temp
there is nothing.
I checked on the ingress controller pods too and there is another there either.
I would like to know how to troubleshoot the issue we have. I'm trying to upload a file directly to the pod memory but instead it uploads it to a temporary location first.
Thanks for the help.
Danilo