potiuk commented on issue #16010: URL: https://github.com/apache/airflow/issues/16010#issuecomment-847041776
> I'm more than happy to submit a pr, however I'm busy with migration to the official helm chart. Airflow version `2.0.2+` are causing so much headache. See #16013 #16020 I see. Did you (by any chance) try 2.1 or manually upgrading `cncf-kubernetes` provider to 1.2.0? t I think there are couple of issues fixed in `cncf.kubernetes` 1.2.0 version of the provider and at least one looks like might be fixing the labelling problem you explained (https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html#id1) - you can see detailed list of commits for 1.2.0 `cncf.kubernetes` provider here: https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/commits.html#id1 and the one I am thinking about is https://github.com/apache/airflow/commit/be421a6b07c2ae9167150b77dc1185a94812b358 The easiest (if you want to try 1.0.2 with new provider) is to build your own image and extend it by installing the new provider with something like: ``` FROM apache/airflow:2.0.2 pip install --upgrade apache-airflow-providers-cncf-kubernetes ``` -- 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]
