Skip to content

[BUG][opensearch] dead "minimum_master_nodes" setting still listed #167

@rursprung

Description

@rursprung

Describe the bug
the opensearch chart still contains the commented-out discovery.zen.minimum_master_nodes:

# # minimum_master_nodes need to be explicitly set when bound on a public IP
# # set to 1 to allow single node clusters
# discovery.zen.minimum_master_nodes: 1

however, since Elasticsearch 7.0 this setting has been ignored: release notes for 7.0 (see also elastic/elasticsearch#37868)

accordingly this should probably be removed (unclear: should something else be added instead as a recommendation?)

To Reproduce
check the default config provided in the helm charts.

Expected behavior
only settings are listed which are still supported and which have an effect.

Chart Name
opensearch

Screenshots
n/a

Host/Environment (please complete the following information):
n/a

Additional context
i saw that this has also been touched upon in #54

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    📦 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions