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:
- Created No Provisioner storage class and named it as standard.
- Passing the values with VolumeTemplate, did not pick the values.
- 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
- I feel not enough documentation available to setup multi node kubernetes on ECK 2.6.1