Adrian
02/01/2021, 7:57 PMInit Containers:
check-db-ready:
Container ID: <containerd://957d69a6e0ee4ebf1bb66e17dec34a75b1e35ba13fcc374d210b56b2576df546>
Image: postgres:9.6.16
Image ID: <http://docker.io/library/postgres@sha256:d6a6badb2b5b22de5e135490a217522cecc2ae90fe35b33290615827569310a1|docker.io/library/postgres@sha256:d6a6badb2b5b22de5e135490a217522cecc2ae90fe35b33290615827569310a1>
Port: <none>
Host Port: <none>
Command:
sh
-c
until pg_isready -h "" -p 5432; do echo waiting for database; sleep 2; done;
State: Running
Started: Mon, 01 Feb 2021 14:53:55 -0500
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from dagster-token-6xzxh (ro)
Noah K
02/01/2021, 8:02 PMkubectl exec
into the pod and try to connect yourselfalex
02/01/2021, 8:02 PMuntil pg_isready -h ""
looks like its not targeting the right hostname
Noah K
02/01/2021, 8:02 PMAdrian
02/01/2021, 8:03 PMalex
02/01/2021, 8:08 PMpostgresql
is enabled
we use:
https://github.com/dagster-io/dagster/blob/master/helm/dagster/templates/helpers/_helpers.tpl#L65-L72Adrian
02/01/2021, 8:15 PMlocalhost/dagit
/
alex
02/01/2021, 8:16 PMAdrian
02/01/2021, 8:17 PMalex
02/01/2021, 8:17 PM-l, --path-prefix TEXT The path prefix where Dagit will be hosted
(eg: /dagit) [default: ]
Adrian
02/01/2021, 8:17 PMalex
02/01/2021, 8:17 PMdagit --help
Adrian
02/01/2021, 8:17 PMalex
02/01/2021, 8:17 PMAdrian
02/01/2021, 8:24 PMalex
02/01/2021, 8:26 PMAdrian
02/01/2021, 8:26 PMError: unknown flag: --path-prefix /dagit
unknown shorthand flag: 'l' in -
alex
02/01/2021, 8:28 PMAdrian
02/01/2021, 8:29 PMalex
02/01/2021, 8:32 PMdagit
locally but its the same thing deployed in the imageAdrian
02/01/2021, 9:03 PMalex
02/01/2021, 9:04 PM