potiuk commented on code in PR #36332:
URL: https://github.com/apache/airflow/pull/36332#discussion_r1434077783
##########
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:
Do we want to change it here? This just for pre-7.4.0 compatibility it
seems?
--
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]