-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Is your feature request related to a problem ?
I attempted to install the ClearML Server on a Docker Desktop cluster on my M1 Mac, but the MongoDB pod kept crashing because of this issue. It appeared that the solution to that involved modifying the values.yaml
file to add an environment variable which forced Docker to use QEMU: bitnami/containers#40947 (comment). However, the database still seemed unable to start up, and indeed, Bitnami has confirmed that they currently do not support ARM as MongoDB upstream does not support Debian on ARM: bitnami/containers#67962 (comment)
Describe the solution you'd like.
Would it be possible to support alternative databases like MySQL or Postgres?
Describe alternatives you've considered.
Considered trying to modify the helm chart locally to work with an alternative db container, but I'll need to become more proficient with K8/helm before I can do this.
Additional context.
No response