-
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
Implement warm worker pool to improve transcode startup time #66
base: master
Are you sure you want to change the base?
Conversation
Any documentation, or guide on how to use this would be great @mcadam |
hi @onedr0p I recently just started using the operator again in production, its working well so far. I have 2 repositories with the operator and one with the chart, you can use the one for the chart here: https://github.com/mcadam/kube-plex I am on a bare metal cluster hosted in Hetzner, I currently have somewhat of a complex configuration to make it work properly, it's not as easy as just
That's basically it for plex side of things, as I said for now its not that easy to set up and orientated for my use, not very generic and all envs proof Id say :). |
I suppose the easiest way to get the NFS in there and generic way would be to have a sidecar container pod so you have access to the file system and can use any kind of PVC as usual and being transparent to the user. Meh I might try and finish it this week :) |
Implementation to resolve #10 using an operator.
I separated the operator code and the chart templates as there is now more code than just a script like before. The plex-operator code can be found here https://github.com/mcadam/plex-operator.
For now its really early stages, alpha version still as there are no tests written yet in the operator and it hasn't been tested intensively but it's working.