-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] [Elasticsearch] Error when having multiple VMs and non-clustered mode #2332
Comments
Moving back to todo for some discussion. |
After consulting @mkyc and others we have agreed that we are not supporting multiple VMs in non-clustered mode, so this error is happening only for unsupported configuration. I will provide update to our documentation and we should remove the flag for clustered option, because clustering will be automatic for any number of nodes higher than 1. |
✔️ Tested with 1 opendistro/logging node |
Describe the bug
Deployment fails when both conditions are true:
logging
componentspecification.clustered: false
ES API is not available and
epicli
fails on Kibana task:TASK [kibana : Wait for Kibana to be ready]
How to reproduce
Steps to reproduce the behavior:
epicli apply
Expected behavior
Cluster deployed with 3 independent (non-clustered) Elasticsearch instances.
Environment
epicli version: Found in 0.8.2 but present in develop branch as well (1.1.0).
Additional context
On affected host
elasticsearch.yml
contains incorrect settings (3 nodes forcluster.initial_master_nodes
):DoD checklist
The text was updated successfully, but these errors were encountered: