Skip to content
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

ES bootstrap check failure max map count #90

Closed
nhinze23 opened this issue Jun 8, 2023 · 0 comments · Fixed by #91
Closed

ES bootstrap check failure max map count #90

nhinze23 opened this issue Jun 8, 2023 · 0 comments · Fixed by #91

Comments

@nhinze23
Copy link
Contributor

nhinze23 commented Jun 8, 2023

On external cloud providers the elasticsearch instance in sonarqube requires setting kernel settings for memory mapping.
Because we are not able to execute those settings in all clusters and to prevent usage of privileged containers use the configuration
node.store.allow_mmap=false.

nhinze23 added a commit that referenced this issue Jun 8, 2023
Set `node.store.allow_mmap` to `false` and restrict the usage of `mmap` in k8s environments to avoid elasticsearch bootstrap error. This option is used to avoid usage of privileged containers.
kahoona77 added a commit that referenced this issue Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant