coder / coder-logstream-kube

Stream Kubernetes Pod events to the Coder startup logs
GNU Affero General Public License v3.0
10 stars 4 forks source link

Add support for `affinity` selectors #24

Closed tizz98 closed 5 months ago

tizz98 commented 5 months ago

nodeSelectors is a basic way to schedule where the pods will run but affinity is a much more flexible way. This is supported in the main coder helm chart, so it would be nice to use affinity here too.