https://prefect.io logo
a

Asif Imran

10/16/2020, 2:48 AM
👋 Hello there! First week of P. Loving it so far I ran into a small hitch (most likely an operator error) I use the DaskKubernetesExecutor with a custom spec
Copy code
flow.environment = DaskKubernetesEnvironment(
    worker_spec_file="worker_spec.yaml",
)
Some how my flow got into a funk where I can no longer update the spec. Even if I (re)-register the flow and push it to cloud+run, on my cluster a quick
k pod describe
reveals the very spec that I am trying to get rid of. Thus far I have tried deleting the flow and starting from scratch. I am pretty sure i dont want to have to rename the flow everytime I bump the version
👀 1
n

nicholas

10/16/2020, 1:59 PM
Hi @Asif Imran - this sounds like a bug, would mind opening a ticket on the Core repo describing what you're seeing and your setup (including things like Prefect and Dask versions etc)?
a

Asif Imran

10/16/2020, 4:12 PM
Thanks Nicholas. Will do
n

nicholas

10/16/2020, 4:18 PM
Thanks @Asif Imran, sorry you're running into that!
a

Asif Imran

10/16/2020, 5:17 PM
2 Views