Hey, maybe a stupid question, but how do you re-ap...
# ask-community
a
Hey, maybe a stupid question, but how do you re-apply a deployment withour re-creating it? I'm refering to the update path for the latest prefect release.
◦ If you are using an agent running on Kubernetes, update the Prefect image version to
2.0b6
in your Kubernetes manifest and re-apply the deployment.
Thanks for the update by the way - up until now, working with prefect is just awesome - I enjoy every minute of it.
❤️ 1
a
I meant:
Copy code
kubectl apply -f yourmanifest.yml
We're glad you like it, thanks for this great feedback!
a
Perfect, thank you very much - I confused it with the prefect deployment. For anybody reading this thread, I was using a Kubernetes Flow Runner with a custom docker image - this image needed to be recreated (obviously) with the new prefect base image.
🙌 1
a
that makes sense