-
Notifications
You must be signed in to change notification settings - Fork 723
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
Elasticsearch: always set discovery.seed_hosts to empty array #5950
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add the setting to https://www.elastic.co/guide/en/cloud-on-k8s/2.3/k8s-reserved-settings.html? By the way, discovery.seed_providers
is missing.
|
Co-authored-by: Thibault Richard <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Jenkins test this please |
…c#5950) This is to avoid confusing error messages about nodes not being able to connect to localhost for discovery. Co-authored-by: Thibault Richard <[email protected]>
Fixes #5834