NickLarsenNZ opened a new issue, #24218: URL: https://github.com/apache/superset/issues/24218
The helm chart fails to install, and never gets past the init job. #### How to reproduce the bug ```sh helm repo add superset https://apache.github.io/superset helm repo update helm upgrade --install my-release superset/superset --namespace default ``` ### Expected results I expected the helm chart to install successfully ### Actual results ``` Release "my-release" does not exist. Installing it now. Error: failed post-install: timed out waiting for the condition ``` When the `init` job runs, it fails to connect to the postgres DB: ```log wait-for-postgres 2023/05/25 20:17:20 Problem with dial: dial tcp: lookup my-release-superset-postgresql on 10.43.0.10:53: no such host. Sleeping 1s wait-for-postgres 2023/05/25 20:17:21 Problem with dial: dial tcp: lookup my-release-superset-postgresql on 10.43.0.10:53: no such host. Sleeping 1s wait-for-postgres 2023/05/25 20:17:22 Problem with dial: dial tcp: lookup my-release-superset-postgresql on 10.43.0.10:53: no such host. Sleeping 1s wait-for-postgres 2023/05/25 20:17:23 Problem with dial: dial tcp: lookup my-release-superset-postgresql on 10.43.0.10:53: no such host. Sleeping 1s ``` The Kubernetes services are named `my-release-postgresql` AND NOT `my-release-superset-postgresql`. #### Screenshots N/A ### Environment (please complete the following information): - browser type and version: N/A - superset version: `2.1.0` (Helm Chart `0.10.0`) - python version: N/A - node.js version: N/A - any feature flags active: N/A ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
