-
Bug description I managed to get a reverse proxy with apache going to access the service, but the best result I can get is a SQLSTATE[HY000] [2002] No route to host (SQL: select * from information_schema.tables where table_schema = fireflyiii and table_name = migrations and table_type = 'BASE TABLE') Steps to reproduce The same error appears if i /bin/bash into the firefly-iii pod and try to execute: I haven't redone it now, but I recall getting the same error if I try to do this with docker and a databse in docker so I think this might be some kind of networking issue. OS: Centos 8.3 kubectl version output: Bonus points
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I know nothing of kubernetes, I just provide the files. If somebody else can help, please do! |
Beta Was this translation helpful? Give feedback.
-
Ok. Seems like google is giving better results after I submitted this.
The problem with this is that the cluster does not have high availability. If the firefly-iii pod gets restarted it stays in pending. I am no kubernetes expert either, but I believe the PVC doesn't get released. I'll keep trying, but if this doesn't work I'll try simple docker. Having to reinstalll every time a pod would fail or get restarted is not the purpouse of using k8s. |
Beta Was this translation helpful? Give feedback.
-
I run firefly on k8s will update/provide my files asap. Remind me if I forget to do it. |
Beta Was this translation helpful? Give feedback.
I run firefly on k8s will update/provide my files asap.
Remind me if I forget to do it.