Mohd Shahid Khan Afridi
02/10/2023, 7:02 AMhelm upgrade -n flyte flyte -f values-override.yaml ./flyte/charts/flyte-core
. Pods are unable to come up and are crashing since then with below error:
Error from syncresources
pod:
2023/02/10 06:54:59 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/database.go:114
[error] failed to initialize database, got error failed to connect to `host=postgres user=postgres database=flyteadmin`: hostname resolving error (lookup postgres on <ip address>:53: no such host)
Error: failed to connect to `host=postgres user=postgres database=flyteadmin`: hostname resolving error (lookup postgres on <ip address>:53: no such host)
Can anyone help me with this?helm upgrade -n flyte flyte -f values-gcp.yaml -f values-override.yaml ./flyte/charts/flyte-core
Ketan (kumare3)
Mohd Shahid Khan Afridi
02/11/2023, 8:10 AMKetan (kumare3)