memcache: invalid aarch64 image; add nodeSelector #285
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I added last week an aarch64 node into my cluster. Since the new node has been added and the gitea instance has been rescaled I get some errors with the memcache pod.
It seem's to be, that the memcache chart does not support aarch64, because the deployed pod throws an exec format error.
Until there is no image for aarch64 should be hardcoded a nodeSelector for arm64 based hosts.
Memcache issue
Also trying to run Gitea on a Raspberry Pi k8s cluster and can't use the chart because the dependencies Memcached and PostgreSQL don't support
arm64
. Are we using the Bitnami charts? Those ALL don't support arm64 and there is a general community outrage about this. Perhaps migrate to using official charts for these dependencies instead of Bitnami?how's the progress
Bitnami just announced arm64 images which includes memcached: https://github.com/bitnami/charts/issues/7305#issuecomment-1443187343
But I agree that a nodeSelector would have been nice but given the support now I don't think it's urgently needed anymore.
Make sure to override the memcached image tag yourself as only the most recent images support arm64!
The software versions used by gitea are very old, and bitnami did not add arm64 versions for these versions of software. we still need to fix this
A newer version is already in
main
just not released yet.What is the release time?
Apologies, the version was not yet "new" enough.
#422 will finally fix it.