dimberman commented on a change in pull request #8829:
URL: https://github.com/apache/airflow/pull/8829#discussion_r425467323



##########
File path: airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
##########
@@ -322,5 +322,5 @@ def _set_resources(resources):
     def _set_name(self, name):
         if self.pod_template_file or self.full_pod_spec:
             return None
-        validate_key(name, max_length=63)
+        validate_key(name, max_length=220)

Review comment:
       LGTM just would like to see some tests.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to