Project: [elasticsearch] Support for version 7.x

Created on 13 Apr 2019  路  5Comments  路  Source: kubedb/project

Hi.

Currently, ElasticSearch 7.0.0 is officially released. Do you have any plans to support it as well?

Thx.

delasticsearch

Most helpful comment

Hi @tamalsaha, is there a rough estimate on when this will be available in a stable release?

All 5 comments

@botzill you can create your own version (will be simpler if #436 is implemented thou)

apiVersion: catalog.kubedb.com/v1alpha1
kind: ElasticsearchVersion
metadata:
  clusterName: ""
  labels:
    app: kubedb-catalog
    chart: kubedb-catalog-0.11.0
    heritage: Tiller
    release: kubedb-catalog
  name: "7.0-official"
spec:
  db:
    image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0
  exporter:
    image: kubedb/elasticsearch_exporter:1.0.2
  initContainer:
    image: kubedb/busybox
  podSecurityPolicies:
    databasePolicyName: elasticsearch-db
    snapshotterPolicyName: elasticsearch-snapshot
  tools:
    image: kubedb/elasticsearch-tools:6.5.3
  version: 7.0.0

Hi @jalberto, thx for info.

Will the elasticsearch-tools work as well if the version is 7.x?

@botzill no idea, as far they are using ES API it should work

Notice this custom version will not work because Es config has changed slightly, and there is no way to combine custom-version and cutsom-config (#497)

Hi @tamalsaha, is there a rough estimate on when this will be available in a stable release?

Hi @tamalsaha !

Any updates on this? Would be awesome to be able to use the latest and greatest :)

Was this page helpful?
0 / 5 - 0 ratings