o-nikolas commented on code in PR #27737: URL: https://github.com/apache/airflow/pull/27737#discussion_r1026994356
########## airflow/kubernetes/kubernetes_helper_functions.py: ########## @@ -26,22 +26,7 @@ log = logging.getLogger(__name__) -def _strip_unsafe_kubernetes_special_chars(string: str) -> str: - """ - Kubernetes only supports lowercase alphanumeric characters, "-" and "." in - the pod name. - However, there are special rules about how "-" and "." can be used so let's Review Comment: Mostly for my own curiosity/learning: What are the special rules? Do they no longer cause us issues? Did they ever cause us issues? -- 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]
