ECK Elasticsearch node state "Invalid" after install node using yaml file

if follow the guide from Quickstart | Elastic Cloud on Kubernetes [1.0] | Elastic, but after install node using following yaml code,


apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
  name: quickstart
spec:
  version: 8.0.0
  nodeSets:
  - name: default
    count: 1
    config:
      node.master: true
      node.data: true
      node.ingest: true
      node.store.allow_mmap: false

and then i get error "invalid", after issuing following command:

$kubectl get elasticsearch  
NAME         HEALTH   NODES   VERSION   PHASE     AGE
quickstart                    8.0.0     Invalid   6h3m

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.