kubealex / k8s-mediaserver-operator

Repository for k8s Mediaserver Operator project
MIT License
563 stars 77 forks source link

Feature Request: multi-arch images (amd64, arm64) #1

Closed gclawes closed 3 years ago

gclawes commented 3 years ago

Raspberry Pi clusters are a good use case, support for arm64 images are required to do this. quay.io/operator-framework/helm-operator has arm64 manifests in addition to amd64.

veenarm commented 3 years ago

Added to this: armhf arm32v7-latest

Would be great :)

veenarm commented 3 years ago

Only arm64 support seems to be added for the operator, wont boot on arm32v7 (default in Pi4)

kubealex commented 3 years ago

@veenarm at this time, no support is given from operatorSDK to armv7. I'd suggest to go for a Debian Build that allows to use arm64.

gclawes commented 3 years ago

Ubuntu Core works great on RPi4 for arm64

veenarm commented 3 years ago

Linux 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux

I'll look up updating one of the app-nodes and target it for the operator to try it out, probably going to setup a x64 node anyway that's more powerful to run Plex, as plex sometimes on the pi is a bit slow for 1080p+ videos.