You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened a related issue here: containous/traefik-library-image#79, but I'm not sure that would solve the problem, don't know that a docker volume count as part of the root filesystem or not.
I think the helm chart should have an option to mount the tmp dir as an emptydir at least.
Or add the ability to mount any volume from values, not just Secrets and Configmaps.
The text was updated successfully, but these errors were encountered:
Hi,
I recently updated to the 8.1.3 chart version but keep Traefik image version at 2.1.2.
After that, I started to get errors like these:
It's because the
/tmp
directory is read-only by default:I opened a related issue here: containous/traefik-library-image#79, but I'm not sure that would solve the problem, don't know that a docker volume count as part of the root filesystem or not.
I think the helm chart should have an option to mount the tmp dir as an emptydir at least.
Or add the ability to mount any volume from values, not just Secrets and Configmaps.
The text was updated successfully, but these errors were encountered: