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

[BUG][OpenSearch] Sysctl and sysctlInit enabled at same time causes loop #657

Open
samjohnsonCF opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working untriaged Issues that have not yet been triaged

Comments

@samjohnsonCF
Copy link

Describe the bug
Enabling sysctl and sysctlInit at the same time puts opensearch into a loop where it can never come up. Pods throw a 'SysctlForbidden' error. To get the system working, only the systclInit should be enabled which successfully runs the vm.max map_count.

To Reproduce
put sysctl.enabled: true and sysctlInit.enabled: true

Expected behavior
Pods never come up and throw a 'sysctlforbidden' error.

Chart Name
OpenSearch

Screenshots
N/A

Host/Environment (please complete the following information):

  • Helm Version: 3.15.1
  • Kubernetes Version: 1.30.9

Additional context
N/A

@samjohnsonCF samjohnsonCF added bug Something isn't working untriaged Issues that have not yet been triaged labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that have not yet been triaged
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant