pires / kubernetes-elasticsearch-cluster

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

Stateful app version v1 fix #221

Closed skokovic closed 6 years ago

skokovic commented 6 years ago

Hey Paulo!

Here's another fix, thanks @paulavijit [ it should fix #220 ]

Since app/v1 StatefulSet Controller needs spec.selector to match template.metadata.labels Ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

The fix includes headless service referenced in es-data-stateful.yaml as spec.serviceName and selector fixes for master-stateful and data-stateful.

Kind Regards!