[ 
https://issues.apache.org/jira/browse/CAMEL-21510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904538#comment-17904538
 ] 

Thomas Diesler edited comment on CAMEL-21510 at 12/10/24 2:54 PM:
------------------------------------------------------------------

Sure, we make this as user friendly as we can. Where do you see this --name 
parameter for export. It should be 
[here|https://github.com/apache/camel/blob/main/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Export.java]
 somewhere, right?


was (Author: tdiesler):
Sure, we make this as user friendly as we can. Where do you see this --name 
parameter for export. It should be here somewhere, right?

> Kubernetes plugin support for parameter name 
> ---------------------------------------------
>
>                 Key: CAMEL-21510
>                 URL: https://issues.apache.org/jira/browse/CAMEL-21510
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jbang
>            Reporter: Bruno Meseguer
>            Assignee: Thomas Diesler
>            Priority: Major
>
> The current implementation of the Kubernetes plugin selects as the deployment 
> name the first file source listed in the deployment command, for example, in:
> {code:java}
> camel kubernetes run main.yaml{code}
> Would result in a deployment name "main"
> Adding support for a parameter --name would help gain control over the 
> deployment name. For example:
> {code:java}
> camel kubernetes run main.yaml --name=price{code}
> Resulting in deploying an integration using the name "price"
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to