CodeForPhilly / CodeForPhilly/metabase-k8s
Metabase pod is running but not ready, continuously crasehs.
- Dominant language
- Shell
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
First of all I am new to Kubernets so I am not sure if this is a me problem or issue with the code!
After I follow up on the turorial I get two pods, one for posgres and one for metabase. The postgres pod seems to behave correctly but the metabase pod is running but is not ready. Then the metabase crashes and restarts continuously.
Output:
```%> kubectl get pods \n
NAME READY STATUS RESTARTS AGE
database-5486bd697b-fh58m 1/1 Running 0 8m57s
metabase-6555cd59d5-dm4xg 0/1 CrashLoopBackOff 6 (2m7s ago) 8m57s
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.