Elasticsearch volume cersts is empty-dir when security.enabled=true and security.autoGenerated=true #30988
Labels
elasticsearch
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
21.3.10
What architecture are you using?
None
What steps will reproduce the bug?
deploy the helm chart with the provided values.yaml below
Are you using any custom parameters or values?
What is the expected behavior?
3 nodes cluster up and running with TLS enabled and generated self signed certs mounted as volumes to nodes
What do you see instead?
errors in logs of master node:
Additional information
The problem is in the file https://github.com/bitnami/charts/blob/main/bitnami/elasticsearch/templates/master/statefulset.yaml line number 356.
When you enable security by setting
security.enabled=true
you always have empty-dir volume. It should be elasticsearch-certificates instead.Change:
to
The text was updated successfully, but these errors were encountered: