rqlite / helm-charts

Helm charts for rqlite
MIT License
9 stars 0 forks source link

rqlite multi-platform support #24

Closed NerdyShawn closed 4 months ago

NerdyShawn commented 4 months ago

Today multi-platform is supported in the dockerhub image via rqlite image v8.24.9 image

This issue is to track backing out the amd64 affinity applied prior via #13 to avoid some issues that should be resolved now for users running qrlite on multiple cpu architectures.

jtackaberry commented 4 months ago

Thanks @NerdyShawn . I'll do some testing on a hybrid arch cluster this weekend and revert #13 if everything looks good.

jtackaberry commented 4 months ago

In 1.9.0. Rather than reverting #13 entirely I just added the supported architectures to the node affinity list, because the original reasoning to include the node affinity in the first place still applies to other (unsupported) architectures (rare though they may be).