meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Pod has unbound immediate PersistentVolumeClaims' #46

Closed simeonexo closed 3 years ago

simeonexo commented 3 years ago

Hi guys! I installed meilisearch (from https://github.com/meilisearch/meilisearch-kubernetes) on my Centos k8s cluster and the pod is 'pending' forever. It shows 'failedscheduling‘ for 'Pod has unbound immediate PersistentVolumeClaims', even though there is a pvc.yaml in the 'templates' folder and I enabled pvc persistence in values.yaml. Here is the code in my yaml file:

persistence: type: pvc enabled: true storageClassName: default accessMode: ReadWriteOnce size: 10Gi finalizers: - kubernetes.io/pvc-protection

Any help would be really appreciated!

tpayet commented 3 years ago

Hey @simonxxz I transferred this issue meilisearch-kubernetes repository since this seems to be an issue directly related to Kubernetes. Have a nice day

curquiza commented 3 years ago

Duplication of #45