v0.1.2
Changes
- Prioritize pods on unschedulable nodes (#53)
- Elasticsearch 7.0 support (#44)
- Add official es operator into readme (#73) - @dzmitry-lahoda
- Wait for stable statefulset before scale replica (#122) - @AyWa
- Update logic for ShardToNodeRatio and MinIndexReplicas (#157)
- Generate schema for CRDs (#142)
Bug Fixes
- Stale value in 'current-scaling-operation' causing ES Operator to fail (#61)
- ES Operator doesn't scale-down to its boundary (#66)
- Fix PVC Template (#175)
Upgrade instructions (v0.1.1 to v0.1.2)
- Upgrade ES-Operator to the latest version
- Given the current v1beta1 CRD without schema defined (prior to this: #142)
- Apply the v1beta1 CRD with schema from
docs/zalando.org_elasticsearchdatasets_v1beta1.yaml
- Apply the v1 CRD with schema from
docs/zalando.org_elasticsearchdatasets.yaml
Docker image: registry.opensource.zalan.do/poirot/es-operator:v0.1.2