https://prefect.io logo
s

sark

09/14/2020, 3:56 AM
also i am registering my flows from a machine separate to the server and to whatever will run my flows, i hope this is not a anti-pattern
r

Rizky Eko Putra

09/14/2020, 7:45 AM
Hi @sark, I am also doing like you are doing, may I know how you register flow from another machine?
I got error when register flow, its look like, the client connected to prefect cloud instead prefect core that I deployed seperately
s

sark

09/14/2020, 7:57 AM
hi rizky i do
Copy code
[server]
host = "<http://host>"
port = "4200"
endpoint = "${server.host}:${server.port}"
in
~/.prefect/config.toml
of the machine submitting the flow i’m using prefect server
r

Rizky Eko Putra

09/14/2020, 8:09 AM
ok thanks
eh, @sark, I already success submit a flow to the backend and already display on UI also, with "dev" labels, and then I also already run a Kubernetes agent with the label "dev" too and connected to the same backend. but the flow cannot run, still on pending, any other miss from me?
nvm, its missmatch label
3 Views