potiuk commented on issue #23727: URL: https://github.com/apache/airflow/issues/23727#issuecomment-1129745411
There are few options where it could get wrong: * you might have a startup_probe defined in one of your pod template files (can you please take a look and let us know). @patryk126p ? * there are some left-over serialized objects in airflow DB that are left-over from 2.2.4 using the old version of kubernetes library - in which case we might want to catch such error and fix or remove the serialized data and reserialize it @dstandish - if the second hypothesiss is confirmed, it might actually mean that we have to implement a fix for 2.3.1 as it might prevent the migration. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
