https://rancher.com/ logo
Title
b

broad-dream-81849

01/04/2023, 8:54 PM
Hi @freezing-holiday-13112, could you export an higher
TRACE_LEVEL
env var to get some logs? In your shell for the cli, and in the epinio deployment for the server
f

freezing-holiday-13112

01/04/2023, 9:52 PM
So in the console for my epinio cli I just place TRACE_LEVEL without a value?
b

broad-dream-81849

01/04/2023, 9:53 PM
Sorry, I forgot to add the value. It should be an integer, something like
20
will work fine
Thanks, do you have also the logs from the server? You can increase the log level in the same way (editing the TRACE_LEVEL in the epinio deployment).
f

freezing-holiday-13112

01/04/2023, 10:33 PM
So to do that I do a helm update with epinio?
helm update set?
b

broad-dream-81849

01/04/2023, 10:37 PM
I don't think it's doable with Helm, I usually use this one-shot command with kubectl:
TRACE_LEVEL=20 && kubectl patch deployment -n epinio epinio-server --patch '{"spec": {"template": {"spec": {"containers": [{"name": "epinio-server","env": [{"name":"TRACE_LEVEL", "value":"'"$TRACE_LEVEL"'"}]}]}}}}'
f

freezing-holiday-13112

01/05/2023, 3:10 PM
When I look at the logs they look good to me
Not seeing errors there
b

broad-dream-81849

01/11/2023, 10:51 AM
hi @freezing-holiday-13112, sorry for the late reply. Since that there seems to be no errors on the Epinio side maybe is something that is happening on another layer, in the ingress probably. Which is your setup (kubernetes version/type, epinio version, and everything)?