potiuk commented on issue #13268: URL: https://github.com/apache/airflow/issues/13268#issuecomment-749950288
It looks like you might have wrong version of kubernetes library. Can you please check with pip freeze what version you have and whether `pip check` does not show any conflicts`? Also there were a lot of fixes to Kubernetes Executor between 1.10.12 and 1.10.14 (see the https://airflow.apache.org/docs/apache-airflow/stable/changelog.html) and I recommend you upgrade to 1.10.14 or even better. try 2.0.0 already. 2.0.0 is a major overhaul of Airlfow with better UI, much faster and with many new features. 1.10 series is not going to be continued. Only critical and security bugfixes will be fixed, so migrating to 2.0.0 is heartily recommended. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
