Cloud-on-k8s: Unsupported Distribution in Elastic Search 7.11 ECK 1.3.0

Created on 11 Feb 2021  路  4Comments  路  Source: elastic/cloud-on-k8s

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
Screenshot 2021-02-11 at 2 36 27 PM

Here's the described logs
image

>bug known_issue

Most helpful comment

Keeping this open for a while in case other users run into this.

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anyasabo picture anyasabo  路  3Comments

sebgl picture sebgl  路  5Comments

sebgl picture sebgl  路  3Comments

barkbay picture barkbay  路  4Comments

pebrc picture pebrc  路  3Comments