csp33 commented on code in PR #36332:
URL: https://github.com/apache/airflow/pull/36332#discussion_r1434149431


##########
airflow/kubernetes/pre_7_4_0_compatibility/pod_generator.py:
##########
@@ -72,7 +72,7 @@ def rand_str(num):
     return "".join(secrets.choice(alphanum_lower) for _ in range(num))
 
 
-def add_pod_suffix(pod_name: str, rand_len: int = 8, max_len: int = 80) -> str:
+def add_pod_suffix(pod_name: str, rand_len: int = 8, max_len: int = 63) -> str:

Review Comment:
   Okay, I'll keep that file unchanged ;)



-- 
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]

Reply via email to