You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/06/27 07:58:29 UTC

[GitHub] [camel-k] jamesnetherton commented on issue #777: Integration naming issues with numbers in them

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:
users@infra.apache.org


With regards,
Apache Git Services