fast-pizza-24629
08/03/2023, 7:42 AMmetaflow-ui helm chart from a local repo (cloned from your metaflow-tools repo), but my pod for the backend-service crashes... the issue is related to the metadatadb . Our metaflow service (not the ui) was deployed using your teraform templates, so we have the service in a EC2 load balancer and a database in RDS. I am not sure what host should I use in this section of the values.yaml for the metaflow-ui chart
metadatadb:
port: 5432
password:
host:
user:
Also, what should be the value for METAFLOW_DATASTORE_SYSROOT_S3: should it be the same value used in the ./metaflowconfig/config.yaml ?
METAFLOW_DATASTORE_SYSROOT_S3:hundreds-zebra-57629
08/04/2023, 4:46 PMMETAFLOW_DATASTORE_SYSROOT_S3 should match your local one.
Let me know if you have more questions.fast-pizza-24629
08/09/2023, 11:54 AM.metaflowconfig/config.json for `METAFLOW_SERVICE_URL`but still fails.
2. What do you mean with having a network line of sight between your UI pod in k8s and the RDS instances?
3. I get this from my pod: Liveness probe failed: Get "http://10.151.13.229:8083/api/ping": dial tcp 10.151.13.2298083 connect: connection refusedhundreds-zebra-57629
08/10/2023, 8:56 PM10.151.13.229 is not listening on port 8083 . This could be because it is the wrong port or the service is not configured to receive traffic from outside the node. Can you double check if the service is listening on 0.0.0.0:8083 in the instance 10.151.13.229. BTW I may be wrongly assuming 10.151.13.229 is the IP of your EC2 instance.
If you have some time tomorrow, I'd happy to get on a call any time during PDT working hours.fast-pizza-24629
08/14/2023, 11:00 AMhundreds-zebra-57629
08/15/2023, 4:01 PMfast-pizza-24629
08/16/2023, 8:08 AMfast-pizza-24629
08/16/2023, 4:01 PMfast-pizza-24629
08/16/2023, 4:25 PMhundreds-zebra-57629
08/16/2023, 4:28 PMfast-pizza-24629
08/17/2023, 8:58 AMhundreds-zebra-57629
08/18/2023, 4:01 PMfast-pizza-24629
08/18/2023, 4:01 PMfast-pizza-24629
08/18/2023, 4:02 PMhundreds-zebra-57629
08/18/2023, 4:02 PM