Limit pod_name length to HOST_NAME_MAX#36332
Conversation
0821ff8 to
72022f4
Compare
5b3c57c to
f71207f
Compare
|
How do you plan to tackle backwards compatibilty. Imagine you are upgrading Airflow and thera are long running Pods still running being adopted by the new Airflow with limited length/ What is your plan to do with it? |
Pod adoption is seamless. As we are not using pod name to deduce anything. Its just a reference to identify the dag and task from pod while debugging. |
|
@csp33 |
f71207f to
c547b16
Compare
K8s executor does not use the pod name to adopt previous TIs, it uses the |
Cool |
airflow/providers/cncf/kubernetes/kubernetes_helper_functions.py
Outdated
Show resolved
Hide resolved
c547b16 to
aa80afd
Compare
Closes #36326