[ 
https://issues.apache.org/jira/browse/CAMEL-21510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Meseguer updated CAMEL-21510:
-----------------------------------
    Description: 
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 gaining 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"

 

  was:
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 gaining 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"

 


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