Custom values are not reflected during ECK helm chart install

I am trying to setup multi node Elasticsearch cluster, whatever the value i am passing in it's not getting reflected. This will loop finally and throws errors about PV or storageclass is not set.

Steps followed:

  1. Created No Provisioner storage class and named it as standard.
  2. Passing the values with VolumeTemplate, did not pick the values.
  3. Pass only the master node and data node, it does create PO/statefulset only.
    root@k8master1:/opt/install# k get pvc -n elastic
    NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
    elasticsearch-master-elasticsearch-master-0 Pending standard 20s
    elasticsearch-master-elasticsearch-master-1 Pending standard 20s
    elasticsearch-master-elasticsearch-master-2 Pending

Normal ExternalProvisioning 90s (x26 over 7m31s) persistentvolume-controller waiting for a volume to be created, either by external provisioner "example.com/external-nfs" or manually created by system administrator

  1. I feel not enough documentation available to setup multi node kubernetes on ECK 2.6.1

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