munnerz / kube-plex

Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
Apache License 2.0
1.22k stars 191 forks source link

Plex pod can't reach internet. #83

Closed shrinedogg closed 4 years ago

shrinedogg commented 4 years ago

Hello, love the idea of moving my Plex to this. I'm using microk8s on a single-node cluster that utilizes MetalLB (from the latest built-in microk8s snap release) and I've got a running pod that I can reach through the browser on port 32400 and begin configuring. Problem is I can't Claim the server, and when it tries to crawl for info, it gets nothing.

Having finally made it this far, I'm stopped in the last mile by what appears to be my pod having no access to outside internet. New to this process, please tell me what information I can provide for resolution. Thanks in advance!

shrinedogg commented 4 years ago

Just commenting that for this issue, the solution was defining a static IP, gateway, and DNS in netplan for Ubuntu 18.04.3. After that, and a reboot of the node, my pods had the ability to reach the internet.