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

kube-plex: update use of deprecated annotation #33

Closed craigcabrey closed 2 years ago

craigcabrey commented 2 years ago

Saw these warnings:

W0621 21:05:43.621082   90780 warnings.go:70] spec.template.spec.nodeSelector[beta.kubernetes.io/arch]: deprecated since v1.14; use "kubernetes.io/arch" instead

Figured 1.14 has been out for over two years, so probably fair to update this annotation.

ressu commented 2 years ago

Thanks for this. This was a carry over from the original codebase and I haven't been using this annotations so I didn't realise that they released the final versions.