Skip to content
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

More meaningful error in readiness script #8091

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

pebrc
Copy link
Collaborator

@pebrc pebrc commented Oct 9, 2024

Fixes #8088

Instead of the confusing:

Readiness probe failed: nc: connect to 127.0.0.1 port 8080 (tcp) failed: Connection refused

we now output:

Readiness probe failed: Elasticsearch is not ready yet. Check the server logs.

@pebrc pebrc added >enhancement Enhancement of existing functionality v2.15.0 labels Oct 9, 2024
@pebrc pebrc merged commit b8e6b36 into elastic:main Oct 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality v2.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Say "ES is not ready" when ES readiness probe fails
2 participants