adambkaplan / plex-operator

Yet another Plex operator for Kubernetes
Apache License 2.0
17 stars 4 forks source link

Support node selectors and Tolerations #13

Open adambkaplan opened 3 years ago

adambkaplan commented 3 years ago

Users with specialized worker nodes may want to steer Plex to a particular node or set of nodes. There are two primary mechanisms to support this in k8s:

  1. Node selectors
  2. Tolerations

Both means should be supported.