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 #45

Closed simeonexo closed 3 years ago

simeonexo commented 3 years ago

Hi guys! I installed meilisearch on my k8s cluster and it's pending forever. It shows 'failedscheduling‘ for 'Pod has unbound immediate PersistentVolumeClaims', even though I enabled pvc persistence in values.yaml. Here is the code: persistence: type: pvc enabled: true storageClassName: default accessMode: ReadWriteOnce size: 10Gi finalizers:

curquiza commented 3 years ago

Hello @simonxxz! @eskombro is unavailable this week and will help you on this during next week 🙂

simeonexo commented 3 years ago

Hello @simonxxz! @eskombro is unavailable this week and will help you on this during next week

Hi curquiza! Thank you for that information! I actually solved this pvc problem by changing the 'storageClassName' to 'storageClass'. Don't know it was my typo or it's from the older versions. Tho I ran into another problem where meili stores documents and deals with searching requests at the same time; I keep getting 'http error 408' on the webUI and the meili pod restarts spontaneously. Maybe I should open another issue to address this?

curquiza commented 3 years ago

I think your 408 issue is this one: https://github.com/meilisearch/MeiliSearch/issues/1202 Our developer will answer about it asap 🙂 If it's not related, please open an issue.

I close this issue since you solved it!