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
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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: