ressu / kube-plex

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

[Feature Request] Allow nodeSelector reflection for spawned jobs/pods #45

Closed rkbennett closed 1 year ago

rkbennett commented 1 year ago

When a transcode job/pod is created, it currently doesn't appear to reflect any custom nodeSelectors into the created resource. This would be handy if, for instance, you have some nodes in your k8s cluster which are better suited to handle the transcoding. In theory you should be able to pull the pods nodeSelectors in a similar way to how you pull the kube-plex annotations during resource creation.

ressu commented 1 year ago

Marking this as fixed too.