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

Fix bootstrap error vm.max_map_count in k8s environments. #91

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

nhinze23
Copy link
Contributor

@nhinze23 nhinze23 commented 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.

Resolves #90

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 kahoona77 merged commit 7b269eb into develop Jun 12, 2023
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fixed elasticearch bootstrap error where `vm.max_map_count` is too low.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fixed elasticearch bootstrap error where `vm.max_map_count` is too low.
- [#90] Fixed elasticearch bootstrap error where `vm.max_map_count` is too low.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too late

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 this pull request may close these issues.

ES bootstrap check failure max map count
3 participants