intel / intel-device-plugins-for-kubernetes

Collection of Intel device plugins for Kubernetes
Apache License 2.0
37 stars 205 forks source link

Publish Multi-Arch Operator Manifests #1306

Open DWSR opened 1 year ago

DWSR commented 1 year ago

For those of us running mixed-arch clusters, it would be very nice to not have to constrain the operator to amd64 nodes.

mythi commented 1 year ago

For those of us running mixed-arch clusters, it would be very nice to not have to constrain the operator to amd64 nodes.

just to make sure I understood: build the image for non amd64 archs too?

DWSR commented 1 year ago

Correct, yes. I glanced through the operator code and it doesn't seem to have anyhing amd64 specific. Given the increasing prevalance of mixed-arch clusters both on-prem and in the cloud, building for both arm64 and amd64 seems reasonable.