ChrWeissDe opened a new issue, #3662:
URL: https://github.com/apache/camel-k/issues/3662

   This is a feature request
   
   We have the requirement to build Integration and Kamelet CRs and to store 
them in a repository. 
   At the moment we use for this "kamel run --output yaml".  
   
   Unfortunately this requires always a running Kubernetes enviroment with an 
installed Operator - as the command validates if the artefact is "compatible 
with the Opertor version". 
   This check is performed in the function "checkAndShowCompatibilityWarning" 
of root.go. (Link: 
https://github.com/apache/camel-k/blob/release-1.9.x/pkg/cmd/root.go) 
   
   For our build process it would be much easier if this check could be 
"skipped". Benefit: we would not need to ensure that there is a running and 
reachable (!) Kubernetes Cluster with the running Operator. 
   One option (and quite a siple one) would be to add the  "--output" parameter 
also to "kamel local run" command. 
   
   Further: in general I think this is a requirment of many people / companys / 
projects. 
   
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to