Robin
08/25/2020, 8:42 AMEKS cluster
using pulumi
and created an agent locally using prefect agent start kubernetes --token <token_id> --label k8s
.
It seems like the kubernetes agent is running correctly (see attached images). However, when I submit a flow that has the same label k8s
, it does not execute (see image)…
1. How do I make sure the kubernetes agent is set up properly?
2. Which tests does prefect cloud already perform by itself, to make sure that an agent is set up properly?josh
08/25/2020, 12:06 PMRobin
08/25/2020, 12:25 PMjosh
08/25/2020, 12:36 PMRobin
08/25/2020, 4:46 PMflow.storage = Docker(registry_url="ragnarob", prefect_version="master")
to
flow.storage = Docker(registry_url="ragnarob")
Now, I get the attached error 😞
I have to mention, that I have a very unstable internet connection at the moment. Could that be a reason?josh
08/25/2020, 5:16 PMRobin
08/26/2020, 7:59 AMjosh
08/26/2020, 11:35 AM