Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.1.2
-
None
Description
Kubernetes labels should match the regex of (([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?
When trimming the memberId to 63 characters, if the last character is one of '-', '.' or '_' ; it will result in an invalid label name.