helm-charts
helm-charts copied to clipboard
:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
**Describe the bug** After starting up a 3 node cluster, opensearch randomly fails during tls handshake (after a few days) until the pods are restartet. See log below: > [2022-07-18T07:11:09,550][ERROR][o.o.s.s.h.n.SecuritySSLNettyHttpServerTransport]...
**Is your feature request related to a problem? Please describe.** Running Opensearch via Helm charts on Openshift is currently non trivial. Openshift manages UID and GID of each container per...
Hi Team, 1. We have deployed the 2 individual Kubernetes clusters with the same version(2.0.0) in both clusters. 2. We have registered the repository in the 1st cluster like in...
Sorry if this is not the place. Reading Opensearch 2.0 documentation, says that inclusive language is being implemented. However for helm charts "old" terminology is still being used. Do you...
Hi All, If anyone does know how to enable "hostNetwork: true" in opensearch helm charts please let us know. when we deployed the opensearch cluster by adding "hostNetwork: true" in...
As of now, we are relying on human efforts to bump OS/OSD versions once there is a new release. This could delay the release on these platforms and could add...
**Is your feature request related to a problem? Please describe.** Hi guys, I have the following problem: I was testing the Alerting plugin and as stated in the [documentation](https://opensearch.org/docs/latest/monitoring-plugins/alerting/security/#advanced-limit-access-by-backend-role), basically...
**Is your feature request related to a problem? Please describe.** Exposing port 9600 (Performance Analyzer) is not possible via the opensearch chart, that needs to be done manually by modifying...
**Is your feature request related to a problem? Please describe.** Release notes include the name of the component and version number, but no release information. This means you have to...
**Describe the bug** the opensearch chart still contains the commented-out `discovery.zen.minimum_master_nodes`: https://github.com/opensearch-project/helm-charts/blob/12e6af67dd6e0e3945c9b3064579dd76381160d3/charts/opensearch/values.yaml#L50-L52 however, since Elasticsearch 7.0 this setting has been ignored: [release notes for 7.0](https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes-7.0.html#_cluster_bootstrapping_is_required_if_discovery_is_configured) (see also elastic/elasticsearch#37868) accordingly this...