-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to run on kubernetes Bootstrap not working #768
Comments
As I checked the logs you provided, it's strange the path consists of quotes: Could you confirm the env value you set is correct? |
i think i have found it's a problem with the configmap , i 'm going to check :) |
i have another with the UI
|
Connection issue with postgres. Don't forget to set |
thx now next problem
the database admin_ui is empty. |
Line 61 in 0cf9f70
|
the migration seems working if your look at the log
|
@didlawowo the logs ( Could you show us the logs of wren-ui after you setup Also, make sure that the postgres user has enough permission to do the database migration. |
on my side, i don't have config for sqlite, inside the container: /app # env | grep sql |
if you set DB_TYPE=pg (insteand of WREN_UI_DB_TYPE) it's work Unexpected token o in JSON at position 1 |
@didlawowo could you share your logs to us ? |
and nothing in the logs |
could you get logs from wren-engine & wren-ibis-server as well ? I think there might be some issues on the network connection between services. That's why we saw response not in JSON format. Could you also make sure the network connection from ui to engine & ibis work ? Please double-check on the following env: |
Describe the bug
i trying to run wren ai on kubernetes using my own helm chart and get error with bootstrap on engine deployment. i have based my helm chart on analysis of your kustomize.
To Reproduce
just install init container
Expected behavior
mount working and create file
Additional context
i can provide my helm chart on discord.
The text was updated successfully, but these errors were encountered: