Hi,
I'm beginning to use ECK, I deploy it on my kubernetes cluster hosted on GKE.
The problem is when I'm checking if the elasticsearch cluster is running I can find my stateful sets but without pod.
So I check, the count is set to 0 (in my manifest it sets to 1).
When I tried to set the replica to 1, I have an other error:
create Pod datawarehouse-es-master-europe-west1-c-0 in StatefulSet datawarehouse-es-master-europe-west1-c failed error: Pod "datawarehouse-es-master-europe-west1-c-0" is invalid: spec.containers[0].image: Required value
So it seems I miss something but I don't understand where is the issue, my elasticsearch resource have an image and count, if someone can help i would be awesome.
I share with you my manifests: elasticsearch_eck.yaml · GitHub