This function is deprecated. Please use create_unique_id
.
#39356
Labels
area:providers
kind:bug
This is a clearly a bug
provider:cncf-kubernetes
Kubernetes provider related issues
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.8.4
What happened?
I am using Airflow 2.8.4 (
apache-airflow-providers-cncf-kubernetes==8.0.1
) in k8s environment and constantly seeing following warning messages in scheduler log:I believe it is from this change:
#36847
and that was included `apache-airflow-providers-cncf-kubernetes==8.0.0)
https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/changelog.html#id7
Is there a way to fix that warning messages?
Something is definitely calling
create_pod_id(deprecated)
notcreate_unique_id
and
add_pod_suffix(deprecated)
notadd_unique_suffix
.What you think should happen instead?
No response
How to reproduce
Operating System
Debian GNU/Linux 12 (bookworm)
Versions of Apache Airflow Providers
Deployment
Other Docker-based deployment
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: