Bruno Meseguer created CAMEL-21510:
--------------------------------------

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


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