https://github.com/miclip/pks-elasticsearch-osconf
https://github.com/miclip/pks-elasticsearch-osconf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miclip/pks-elasticsearch-osconf
- Owner: miclip
- Created: 2020-03-05T17:48:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T18:06:36.000Z (over 5 years ago)
- Last Synced: 2025-02-05T02:38:47.949Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PKS ElasticSearch Configuration
This will enable the sysctl configuration for `vm.max_map_count=262144` that [ElasticSearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html) requires on PKS worker nodes without having to enable privileged containers.
```
git clone https://github.com/miclip/pks-elasticsearch-osconf && cd pks-elasticsearch-osconf
git submodule init ; git submodule update
cd os-conf-release
bosh create-release --force
bosh upload-release ./dev_releases/os-conf/os-conf-21.0.0+dev.1.yml```
Configure the addon from this repo
```
cd ..
bosh -n update-config --name=pks-elasticsearch-osconf --type=runtime ./addon.yml
```