Alen Komljen

Results 5 issues of Alen Komljen

Hi everyone, I'm looking into prod ready ES deployment and I like the flexibility of using k8s StatefulSet's or Deployments. So, my question is, use this repo or ES operator...

### Community Note * Please vote on this issue by adding a đź‘Ť [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug
waiting-on-response

Apply node selector and tolerations to client nodes, and tolerate NoSchedule taint for sysctl DS. Fixes #311

ES components will fail when deployed with tolerations because sysctl isn't applied to those nodes. The solution would be to use the same tolerations from master and data nodes and...

I'm looking into something like this https://www.elastic.co/blog/hot-warm-architecture-in-elasticsearch-5-x. At this point, I'm not sure if this is hard to implement. It seems easy to configure, but probably there is more than...