flinz commented on PR #28848: URL: https://github.com/apache/airflow/pull/28848#issuecomment-1540030107
@iJanki-gr don't be sorry, i also just hit the same point exactly. My deployment broke updating the bundled image to airflow==2.6.0 and i didn't figure out directly checking in the cncf provider release notes. In defense of @iJanki-gr, the [the breaking change announcement on the release notes](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html#breaking-changes) does not announce the change needed to make older dags compatible, or at least i couldn't directly find it. Since i got here only via a few corners, for the sake of google results: My dags were breaking for KubernetesPodOperator with ``` The conn_id `kubernetes_default` isn't defined ``` Adding `kubernetes_conn_id=None` "fixed" the "issue". -- 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]
