Hi Prefect Family!
I am running flows using kubernetes in prefect 2.0.
However, after running the flow in kubernetes, the pod does not change from “Running” status to “Completed” even though the log is completed as shown below.
Actually, the pod is not terminated, and if i run
kubectl logs -f <pod_name>
, i can see that the log is not terminated and is continuously waiting for input.
can you help me with this issue?