flavienbwk / ceph-kubernetes

A repo-tutorial to learn how to easily install and use Rook Ceph on a Kubernetes cluster.
https://medium.com/@flavienb/infinitely-scalable-storage-for-kubernetes-9a20393e37e4
4 stars 2 forks source link

Psitransfer wil not start up in Kubernetes #1

Open q23407u892f opened 3 months ago

q23407u892f commented 3 months ago

Hey there, I'm having an issue where the node process will not start when I deploy it to my cluster. Not sure if you've seen this. The container hangs (doesnt go into crash loop backoff), and the service never comes up on port 3000.

I've tried it with your deployment (https://github.com/flavienbwk/ceph-kubernetes/blob/main/psitransfer-deployment-rwx.yaml) as well as my own thats just a slight modification (service IP type and storage backend)

Any ideas?

flavienbwk commented 2 months ago

Hi @q23407u892f, it's been a long time I've published this repo but don't remind having this issue. Did you try to kubectl describe the deployment to see if the problem doesn't come from somewhere else, such as a problem with a volume association ?