:wave: Hello there! First week of :prefect:. Lovin...
# ask-community
a
👋 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
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
Thanks Nicholas. Will do
n
Thanks @Asif Imran, sorry you're running into that!
a