prefect config set PREFECT_API_URL="<http://prefect.example.com/api>"
the flow run states being stored in the database successfully, you can query them in the database table.
But nothing shown in the UI, because all the API calls from the UI page still go to local server: http://127.0.0.1:4200/api/
k
Kevin Kho
06/25/2022, 5:28 PM
Ah ok. You need to point the UI with
Copy code
prefect config set PREFECT_ORION_UI_API_URL="http://<external-ip>:4200/api"
g
Guoying Qi
06/25/2022, 5:54 PM
Where to set this variable? on the server inside Kubernetes? It should not set it from the client side.
Guoying Qi
06/25/2022, 9:32 PM
Find a way to do it by set this env variable inside kubernetes.
Guoying Qi
06/25/2022, 9:34 PM
But still not perfect, we could have many ways to access the service: ingress, nodePort, port forwarding.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.