pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 690 forks source link

Stateful masters #211

Closed skokovic closed 6 years ago

skokovic commented 6 years ago

Hi again Paulo :)

After your reply on issue #210, I've created stateful/es-master-stateful.yaml file which deploys master nodes as a 3 replica StatefulSet and attaches 2GB disk to each pod for persisting cluster state. I've also edited the stateful readme file to mention master deployment as well.

Cheers!

skokovic commented 6 years ago

Made the suggested changes @pires