Mia
08/31/2022, 5:57 PMPREFECT_API_URL
what other things need to be configured? I keep getting [Errno -2] Name or service not known
I have prefect orion set up with helm in EKSZanie
08/31/2022, 6:48 PMMia
08/31/2022, 7:30 PMVersion: 2.0.0
API version: 0.8.0
Python version: 3.9.10
installed, I’ve set following in the environment
PREFECT_PROFILE='default'
PREFECT_API_URL='<http://xyz.com/api>' (from env)
and when I run prefect orion start
I get the error [Errno -2] Name or service not known
. When I run prefect deployment apply
or prefect deployment run
, i get no error but I also don’t see any flow being deployed or running on http://xyz.com/runsZanie
08/31/2022, 7:32 PMPREFECT_API_URL
set, do you see the run on your server?Mia
09/01/2022, 11:28 AM"GET /deployments/name/log-flow/log-simple HTTP/1.1" 200 OK
"POST /deployments/xxx-xxx-xxxx-9782/create_flow_run HTTP/1.1" 201 Created
Zanie
09/01/2022, 5:31 PMPREFECT_ORION_UI_API_URL
where you are running the UI to your API’s endpointMia
09/06/2022, 6:17 PMPREFECT_ORION_UI_API_URL
env variable but it’s still not workinghelm install prefecthq/prefect-orion
on top but few lines down, it says helm install .... prefecthq/prefect-sever
. Which one is it to helm install prefect orion server version?
Install the Helm chart
Using default options
$ helm install prefecthq/prefect-orion --generate-name
Setting some typical flags for customization
# The kubernetes namespace to install into, can be anything or excluded to install in the default namespace
NAMESPACE=prefect-orion
# The Helm "release" name, can be anything but we recommend matching the chart name
NAME=prefect-orion
# The path to your config that overrides values in `values.yaml`
CONFIG_PATH=path/to/your/config.yaml
# The chart version to install
VERSION=2022.06.30
helm install \
--namespace $NAMESPACE \
--version $VERSION \
--values $CONFIG_PATH \
$NAME \
prefecthq/prefect-server
PREFECT_API_URL
in the values.yaml file and upgraded the installation so that it is available in the server where Prefect API is installed