-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sumac deployment fails with RUN_MEILISEARCH: false
#1185
Comments
I think you may be mistaken in the meaning of the |
@regisb What do you think about flagging a configuration error, and refusing to start, if |
I see, in that case I misunderstood the setting indeed. From the release notes I read:
Which made me believe that running without Meilisearch is an option for the platform as a whole (And, I assumed possible with Tutor) |
This part of the release notes seems to be incorrect. I guess that the issue that you are pointing out is a bug both in the Sumac release notes and the Tutor documentation.
Yes, that would help. I'm all for it. Except that we should (probably) not refuse to start, but instead log a big fat warning in stderr. There might be good reasons to keep the default meilisearch URL, such as custom DNS, running a separate k8s service, etc. |
Tutor is meant to be configured with either its own, or an externally preconfigured Meilisearch instance. Thus, the combination of configuring RUN_MEILISEARCH: false and leaving MEILISEARCH_URL at its default is almost certainly a configuration error. Add an alert to notify the user of that configuration issue. Related issue: overhangio#1185
Tutor is meant to be configured with either its own, or an externally preconfigured Meilisearch instance. Thus, the combination of configuring RUN_MEILISEARCH: false and leaving MEILISEARCH_URL at its default is almost certainly a configuration error. Add an alert to notify the user of that configuration issue. Related issue: overhangio#1185
Bug description
Tutor deployment, running the Sumac release, fails with
ConnectionError: Unable to connect to Meilisearch
whenRUN_MEILISEARCH: false
is set.I believe there are three steps in the platform launch where the
RUN_MEILISEARCH
setting is not honoured:How to reproduce
RUN_MEILISEARCH: false
inconfig.yml
tutor config save
Environment
Seeing the same failure with
tutor local
andtutor k8s
The text was updated successfully, but these errors were encountered: