Hi,
I am getting unsupported_distribution error in Elastic 7.11.0,
while earlier we were using Elastic 7.8.1 which was working fine
here's my config
#kubectl apply -f elastic/elastic.yaml
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: elastic
spec:
version: 7.11.0
nodeSets:
- name: default-45
count: 1
podTemplate:
spec:
nodeSelector:
tool: xyz
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
volumeClaimTemplates:
- metadata:
name: elasticsearch-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 45Gi
storageClassName: standard-io
while if we change version 7.8.1 it works. but now I am not able to downgrade.
Below are the logs from elastic filesystem

Here's the described logs

Please upgrade to ECK operator 1.4.0 or 1.3.2. This is a known issue
https://www.elastic.co/guide/en/cloud-on-k8s/current/release-notes-1.3.2.html
https://www.elastic.co/guide/en/cloud-on-k8s/master/release-highlights-1.4.0.html
thanx @pebrc that worked
Keeping this open for a while in case other users run into this.
I do run into this. Thanks for the solution!
Most helpful comment
Keeping this open for a while in case other users run into this.