You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kuisathaverat
changed the title
Elasticsearch 7.4.0 deos not start on ECK 1.0.0-beta1
Elasticsearch 7.4.0 does not start on ECK 1.0.0-beta1
Oct 14, 2019
https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-virtual-memory.html describes the init container approach you used. Alternatively you can disable memory mapped files (e.g. for non-production environments node.store.allow_mmfs: false Or you can set these these kernel settings with a daemon set ahead of time for all nodes.
Just to make it clear: we removed the setVmMaxMapCount option from the Elasticsearch spec starting ECK 1.0.0-beta1.
Not an easy decision, see the corresponding issue. The main reason is that it required Pods to be privileged, which is not what most users would expect an Elasticsearch operator would do. Power is now in the hands of the users, as @pebrc describes.
Bug Report
What did you do?
We were trying to deploy Elasticsearch 7.4.0
What did you expect to see?
Five Elasticsearch nodes up and running.
What did you see instead? Under which circumstances?
Five unhealthy Elasticsearch nodes, after reading the logs there is an error relates to
max virtual memory areas
Environment
ECK version:
1.0.0-beta1
Kubernetes information:
insert any information about your Kubernetes environment that could help us:
for each of them please give us the version you are using
The error in logs is
I have tried to configure the node as privileged without any luck
so finally I've tried a sidecar container to change the settings and it works, but it is weird if you are using the default image.
The text was updated successfully, but these errors were encountered: