mastodon / chart

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

Elasticsearch never becomes ready #90

Closed abbottmg closed 6 months ago

abbottmg commented 1 year 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 6 months ago

Elasticsearch was updated beyond 19.13 so marking this complete.