-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BR] Folder is not writable by user abc on K3s using longhorn #62
Comments
Hi @agustinvinao, thank you for reporting this, do you mind sharing the k8s-mediaserver.yml you used for the setup? Thank you! |
I've cloned the repo and Im using the origin yml file. Something I've notice is I can use any folder with Im using another file for the ingress, currently have traefik accessing. here is my values file (Im enabling and disabling differente apps for testing):
|
thank you for the details, my question is, does longhorn require setting fsGroup or similar to work? I've seen this All containers run as non-privileged users (default 1000). |
an alternative is to add an init container that does chown but from my experience that is very clunky |
Folder is not writable by user abc on K3s using longhorn
On a k3s cluster of PIs using SSD drivers and longhorn for kubernetes, when I try to do any action to write files from Sonarr I got the error:
Checking folders and permissions I saw only a few folders are allow for ABC user. What should be the folder for sonarr as rootFolder?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
create the folder of the added serie
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
Add any other context about the problem here.
I've tried to ser the user and group of sonarr pod to 1000, doesn't let the pod start.
folders permissions
The text was updated successfully, but these errors were encountered: