hi all, how do i get image used to run prefect flo...
# ask-community
v
hi all, how do i get image used to run prefect flow? i run prefect 2 using k8s agent and want to use DaskTaskRunner with KubeCluster. I want to use same image new dask k8s nodes, in prefect 1 i could use
prefect.context.image
, how can i get runtime image in prefect 2?