Replace Alpine for base images
jcoresongres opened this issue · 2 comments
jcoresongres commented
Bug report
Describe the bug
Some of the Docker images used in the Helm chart are based on Alpine which has caused some connectivity (DNS) issues (see https://martinheinz.dev/blog/92) when trying out Supabase on one of our engineer's computers. Changing these Supabase images to something that wasn't based on Alpine solved the issue. This might be something to consider (or at least document) for the users.
The current error was:
supabase-db.default.svc.cluster.local:5432 - no response
Waiting for database to start...
supabase-db.default.svc.cluster.local:5432 - no response
Waiting for database to start...
TristisOris commented
got same problem. also that recomended for Stackgres cluster installation.
drpsyko101 commented
Does this related to k3s-io/k3s#6132? I couldn't replicate this issue on minikube on debian-based OS. Do you have a sample environment setup that I can replicate?