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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
The Prometheus service breaks when using a custom docker volume driver. Basically, the container does not have permission to write to the /prometheus folder. This is because root permission is needed to write to that folder when using a volume driver (specifically rancher-nfs in my case). The default user for the Prometheus container is nobody, hence the write permission error.
The text was updated successfully, but these errors were encountered:
The Prometheus service breaks when using a custom docker volume driver. Basically, the container does not have permission to write to the
/prometheus
folder. This is becauseroot
permission is needed to write to that folder when using a volume driver (specificallyrancher-nfs
in my case). The default user for the Prometheus container isnobody
, hence the write permission error.The text was updated successfully, but these errors were encountered: