https://prefect.io logo
Title
r

redsquare

06/23/2022, 1:38 PM
Hey All - As a complete prefect novice can anyone give me a simple tldr of the flow from a github push of a new flow to a CI environment (teamcity in our case) to deployment of jobs on k8s. If a flow gets removed/renamed does the agent remove the existing job etc etc - using prefect cloud 2 and k8s agent
k

Kevin Kho

06/23/2022, 2:26 PM
I don’t have 2.0, only a 1.0 example

here

. If a flow is renamed, no it won’t remove the existing job.
I mean, let’s just say pods that are already deployed will not be affected by a re-registration
r

redsquare

06/23/2022, 2:32 PM
thanks @Kevin Kho will take a look