Anish Chhaparwal
10/05/2020, 5:50 PMprefect agent start docker
i am able to register the flow to the UI but it always remains in pending state and never gets executed(refer images attached).
Can someone explain where i am going wrong?Kyle Moon-Wright
10/05/2020, 6:45 PM--api
flag to your agent so it looks to your server instance i.e. prefect agent start docker --api <your_endpoint>
Anish Chhaparwal
10/05/2020, 6:51 PMKyle Moon-Wright
10/05/2020, 6:56 PMAnish Chhaparwal
10/05/2020, 7:13 PMKyle Moon-Wright
10/05/2020, 7:57 PMlocal_image
and path
kwargs for you local configuration (I'm not deeply familiar with using local images).
3. You can if you need to! The command kwarg would be useful in this case, but is not necessary.
4. Yep, I find that's the easiest way to attach labels - though you can also attach labels through the UI or the API.Anish Chhaparwal
10/07/2020, 5:27 AMregistry_url="<http://gcr.io/dev/|gcr.io/dev/>"
how do i use the same image on a new flow?
If i import docker and create a docker instance wont it a new image (based on shared image) for each flow?Kyle Moon-Wright
10/07/2020, 6:25 PMAnish Chhaparwal
10/08/2020, 2:04 PM