Justin
12/08/2021, 2:32 PMflow = Flow("taskname")
flow.run_config = KubernetesRun(env={"POSTGRES_USER": "2234234",
...
},
image = "dockerimage:latest"
)
flow.register('projectname')
Anna Geller
Justin
12/08/2021, 2:36 PMJustin
12/08/2021, 2:39 PMprefect auth login --help
.`
And I am port-forwarding the ui 8080:8080, and apollo 4200:4200 from the kubernetes cluster to localhost, so the connection should be there i guessAnna Geller
Anna Geller
Anna Geller
Malformed response received from Cloudyou would need to switch your terminal to Server - currently you’re connected to Cloud that’s why you’re getting `AuthorizationError`:
prefect backend server
Justin
12/08/2021, 2:55 PMAnna Geller