-
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
Expand the readMe #69
Comments
Hi @NigelVanHattum - is there anything, in particular, you're having trouble with? |
It's mostly how to get started, what is needed. Where do I need to execute it. How can I configure it. Do I need a running Plex server, do the nodes need to have acces to the media? I may sound like a beginner, but I am :) |
Although I'm currently stuck in getting kube-plex to work I do have some input to this.
I think that was it On a side note I would suggest creating a develop branch to minimize the risk of breaking the working copy of kube-plex. |
@Krm1t You wouldn't by any chance found any sort of break through? I've gotten so far that I can access the pod running Plex server via browser (:32400/web). Howerver, I can't seem to get the Plex setup screen for the server itself. Just get the Plex login screen. If I login it takes me to the normal plex web interface (listing any other server tied to my account) and I don't have any way to setup the plex server running in the pod. And the point about the Plex Claim Token, I fell prey to that too. Found out they have a 4min validation period. ha! |
And I totally just got it working...of course after I made a post. I had to SSH tunnel to the pod. Had to add the --namespace=plex beacuse it's not the default namespace setup. And then access it via localhost:32400/web apparently Plex will only go through setup using localhost not pod IP, cluster IP, or even 127.0.0.1. |
@Wetteborn You actually got further than I do. |
@Krm1t Hmmm, yeah didn't run into that issue myself. I'm running Ubunutu 19.10 Server edition used Microk8s for my Kubernetes install, had to modifiy some of the commands to install kube-plex just to have it play friendly with Microk8s but mostly alias related things nothing over the top. From my last comment I am having an issue with claiming the Plex instance but it's related to the facy my pod some reason can't resolve DNS requests. Not really a kube-plex issue, so I guess I'll have to do some digging to figure out what's causing that. Once I get that resolve, I'll see if the shim for transcoding is actually working. I can see the light at the end of the tunnel. ha! |
I am also using Microk8s. I needed to enable the DNS addon to be able to use plex properly.
I’ve also set the service type for plex to Cheers |
I'm trying to set this up, bu I have no experience with GO and Helm. I'm not sure how to get started.
The text was updated successfully, but these errors were encountered: