Closed rdrgporto closed 6 years ago
Hello!
The behavior is right, yes. Pod eviction algorithm takes in mind a bunch of rules. One of them is something like this: if pod disruption is violated DO NOT evict pod. Therefore, you should increase your pod count (in this case, the es-data
pod count) to accomodate pod disruption when evicting.
Hi!
First of all, thanks for creating this repository (it saves me a lot of time). Secondly, I am working/testing on your project and I have a doubt:
Environment:
I am working on Elasticsearch StatefulSet Data Pod (provisioned by GlusterFS). I would like to have High Availability, so that, I am testing with Pod Disruptions (I deployed pdb.yaml). If I shutdown a node, pod Master is evicted, however, pod data isn’t.
This behaviour is right? Need I configure anything else?
Thank is advance,
Regards 🖖