I am trying to setup Elasticsearch on multi node Kubernetes cluster. I did create the storage class, after that i installed the Elasticsearch using Helm.
helm repo add elastic https://helm.elastic.co
helm repo update
helm install myelastic elastic/elasticsearch
I could see the PVC and all the resources are in pending state.
Normal FailedBinding 4m15s (x42 over 14m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set
I did pass the value for storage class as standard.
Am i missing any steps? please advise.