dstandish opened a new pull request, #27524: URL: https://github.com/apache/airflow/pull/27524
There are a few rules for pod names that we have to handle. See here: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/. One rule is must start and end with alphanumeric. Another is only alphanum, dot, -, and lowercase. Finally, no more than 253 chars. I added tests for the new behavior but also some incidental (perhaps surprising) other behavior namely the way that adding random suffix actually truncates the given pod name substantially. -- 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]
