mastodon / chart

Helm chart for Mastodon deployment in Kubernetes
GNU Affero General Public License v3.0
151 stars 90 forks source link

Elasticsearch never becomes ready #90

Closed abbottmg closed 1 month ago

abbottmg commented 9 months ago

I enabled elasticsearch with the default values and found the system stuck in a CrashLoopBackOff. After investigating, it turns out neither the readiness nor live probe were able to return true; delaying or disabling both of them allowed the cluster to live and take requests from rails.

It turns out this was a bug with bitnami/elasticsearch, and was fixed about a month ago. I upgraded the chart and the problem was resolved.

I have implemented the change in my fork. PR to follow shortly.

abbottmg commented 1 month ago

Elasticsearch was updated beyond 19.13 so marking this complete.