https://prefect.io logo
Title
b

Bruno Nunes

03/09/2022, 8:46 AM
Hello, I would like to upgrade my prefect server in my k8s cluster to prefect orion. Is there any guidelines on how to do this?
a

Anna Geller

03/09/2022, 9:21 AM
Hi, this guide shows how you can deploy Orion to Kubernetes and use it with
KubernetesFlowRunner
. Note that as of today, Orion is still in technical preview, so it's best if you don't use it yet for production workflows.
b

Bruno Nunes

03/09/2022, 11:01 AM
After installing prefect 2.0a I'm getting an error when trying to run prefect. It seems that there is a dependency error with asyncio package. ImportError: cannot import name 'ThreadedChildWatcher' from 'asyncio' I'm using python3.9.6.
a

Anna Geller

03/09/2022, 11:13 AM
I would love to upvote your answer @Mathijs Carlu but it's not currently possible due to slack issues 😄 so here it is: :upvote:
b

Bruno Nunes

03/09/2022, 12:15 PM
Thanks!