OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

Request: proper multiarch images #123

Closed e3b0c442 closed 1 year ago

e3b0c442 commented 1 year ago

ARM64 prevalence is growing, especially for cluster operators looking for better price/performance.

Please look at building proper multiarch images (multiple architectures under the same flag. The operator has separate tags for AMD64 and ARM64; the redis image doesn't even have an ARM64 tag.

To my knowledge, there is no technical reason a redis cluster cannot be heterogenous, but it is easy enough to "pin" to an architecture at deploy time with nodeSelectors/nodeAffinity.

Thank you.

e3b0c442 commented 1 year ago

moving this to the redid-operator repo