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/26 14:12:24 UTC

[GitHub] [camel-k] utherp0 opened a new issue #777: Integration naming issues with numbers in them

utherp0 opened a new issue #777: Integration naming issues with numbers in them
URL: https://github.com/apache/camel-k/issues/777
 
 
   If you create integrations with the same name but ending in a number the number is ignored and identical integrations are created linked to the *same* deployed Pod.
   
   For example:
   
   ~/camelk/kamel run Sample.java --name=looknoeap1
   
   Results in a deployment occurring with the name 'looknoeap'. If I then do:
   
   ~/camelk/kamel run Sample.java --name=looknoeap2
   
   I get - integration "looknoeap" updated
   
   For some reason the naming convention is dropping numbers at the end - it also ignores '-', i.e. --name=looknoeap-2 resolves to 'looknoeap' as well.
   
   However, if I then do:
   
   ~/camelk/kamel run Sample.java --name=looknoeap-two
   
   It creates an integration called 'looknoeap-two.

----------------------------------------------------------------
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