potiuk commented on issue #23727:
URL: https://github.com/apache/airflow/issues/23727#issuecomment-1134318907

   This command is exactly foreseen for this kind of cases where the dags were 
serialized using older airflow versions.
   
   I suspect what could have happened is that the old dags were serialized when 
there was an old kubernetes library installed, and it lacked 
the`_startup_probe`, and the new version of library `requires` the 
_startup_probe to be there.
   
   In this case `airflow dags reserialize` should help as it cleans all the 
serialized dags and re-serializes them using the current version of the library.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to