Setting up in Kubernetes #760
-
I've found the charts linked in the README. I've used the examples in the repo. I tried to make the manifest as simple as possible. I am having an issue with the pod not erroring out immediately when deployed to the cluster causing a
and some how the pod is dying. I have dialed back the resource limits, I have upped the resource limits. I am just not sure where to start trying to debug next. I can run the docker image locally without a problem so I know the image should work. Is there just something different with it being in the cluster? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Something about persistent volume claims and the volumes not having the correct permissions. I am not totally sure what happened but seems like just wiping all traces of the deployment including the pv and pvc and redeploying seemed to have fixed it. |
Beta Was this translation helpful? Give feedback.
Something about persistent volume claims and the volumes not having the correct permissions. I am not totally sure what happened but seems like just wiping all traces of the deployment including the pv and pvc and redeploying seemed to have fixed it.