jamesnetherton commented on issue #777: Integration naming issues with numbers in them URL: https://github.com/apache/camel-k/issues/777#issuecomment-506237417 It's because of [this](https://github.com/apache/camel-k/blob/master/pkg/util/kubernetes/sanitize.go#L38) that any non letter characters are trimmed from the start & end of the name. I think this is a bit too strict. IIRC Pod, Deployment & Container names validate to the DNS naming rules outlined in RFC 1123. So starting or ending the name with a numeric value should be allowed.
---------------------------------------------------------------- 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] With regards, Apache Git Services
