View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

Elasticsearch

Containers running Elasticsearch for DEV purpose.

System requirements

Usage with docker

bash disable-quota.sh

Usage with Kubernetes

See www.elastic.co - Download Elastic Cloud on Kubernetes :

# elastic definitions
kubectl create -f https://download.elastic.co/downloads/eck/2.5.0/crds.yaml
# elastic operator
kubectl apply -f https://download.elastic.co/downloads/eck/2.5.0/operator.yaml

…and usage in geonetwork/manifest/base/elasticsearch.yaml / geonetwork/manifest/base/statefulset.yaml

Troubleshooting

vm.max_map_count too low

sudo sysctl -w vm.max_map_count=262144

Disable disk quota / watermark

bash disable-quota.sh

Resources