-
Notifications
You must be signed in to change notification settings - Fork 191
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
Sub directories under data dir are not owned by plex #61
Comments
Hello @shwetkprabhat, thank you for your issue! Can you provide a little more detail about your request? Do you expect that the data directory would be mounted as a specific user, or do you expect that kube-plex would |
hello @chaosaffe, I am expecting that the data directory would be mounted as a specific user. |
@chaosaffe I did not clarify the claim question, its basically the media dataset on a nas server, defined by persistence.data.claimName |
Hey I'd like to expand on this issue as i think i have the same problem.
Once kube-plex is up and running i do a port-forward to access plex so i can set up the server. Notice plex is the user and group - This makes sense. Now it makes sense that plex cannot see the files and folders as the plex user does not have access to those files and folders. As i write this i realize that this may not actually be a kube-plex issue but a kubernetes issue instead. Unfortunately i'm not a kubernetes expert so i don't know for sure. |
Yes same issue, its definitely kube-plex issue and I could not use this at that time, now I see you have ability to mount multiple directories and that should solve the issue. I use plexinc image and have no permissions issues. This could also be solved if kube-plex let me set the uid and gid of the container before it starts. |
The mounted claim under data directory have root as the owner, I even tried to update the deployment and passed the uid and gid, however the sub directories still owned by root. Not sure if this is being developed actively but, great concept!
The text was updated successfully, but these errors were encountered: