How to upgrade airflow image while keeping the running tasks correct #837
Unanswered
zeddit
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it's a common case that we need to install some new providers into the airflow.
If I am using kubernetes executor, how could keep that upgrade right while not influence the online running tasks.
using
helm upgrade
seems to restart the api-server, I don't know if my tasks will complete correct if it is executing and if their downstream will execute right. great thanks.Beta Was this translation helpful? Give feedback.
All reactions