[GitHub] WillemJiang opened a new pull request #507: Remove the mvn related stuff from camel-k

2019-02-27 Thread GitBox
WillemJiang opened a new pull request #507: Remove the mvn related stuff from camel-k URL: https://github.com/apache/camel-k/pull/507 As we move the java related code to camel-k-runtime, we don't need mvnw related stuff in camel-k repo any more.

[GitHub] kameshsampath opened a new issue #506: Unable to start knative route

2019-02-27 Thread GitBox
kameshsampath opened a new issue #506: Unable to start knative route URL: https://github.com/apache/camel-k/issues/506 When i define a route like: ``` from("knative:endpoint/s3filelogger") .to("log:info?showAll=true=true=true=true")

[GitHub] kameshsampath opened a new issue #505: Consistent Labelling

2019-02-27 Thread GitBox
kameshsampath opened a new issue #505: Consistent Labelling URL: https://github.com/apache/camel-k/issues/505 Can all the k8s objects created or belong to camel-k have consistent labelling? e.g the services/deployment deployed by camel-k have a label like `app=camel-k`

[GitHub] kameshsampath commented on issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
kameshsampath commented on issue #504: Provide config command for kamel URL: https://github.com/apache/camel-k/issues/504#issuecomment-468156953 e.g default traits, log levels This is an automated message from the Apache Git

[GitHub] lburgazzoli commented on issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
lburgazzoli commented on issue #504: Provide config command for kamel URL: https://github.com/apache/camel-k/issues/504#issuecomment-468156720 what are the options you are referring to ? i.e. the repo csn be configured at platform level and any integration will inherit it. On Thu,

[GitHub] kameshsampath opened a new issue #504: Provide config command for kamel

2019-02-27 Thread GitBox
kameshsampath opened a new issue #504: Provide config command for kamel URL: https://github.com/apache/camel-k/issues/504 it would be nice to have a config command for `kamel` that can persist some kamel `cmd` configs e.g. the repo With the persistent options the users can run the

[GitHub] kameshsampath opened a new issue #503: Add kamel option to uninstall

2019-02-27 Thread GitBox
kameshsampath opened a new issue #503: Add kamel option to uninstall URL: https://github.com/apache/camel-k/issues/503 Currently there is no option to do a right cleanup of `camel-k` installed in an namespace. It would be nice to do add a `kamel` option that can do the cleanup the right

[GitHub] lburgazzoli merged pull request #502: chore(crd): add missing label to CamelCatalog CRD

2019-02-27 Thread GitBox
lburgazzoli merged pull request #502: chore(crd): add missing label to CamelCatalog CRD URL: https://github.com/apache/camel-k/pull/502 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] lburgazzoli merged pull request #501: chore(install): fix wrong resource kind

2019-02-27 Thread GitBox
lburgazzoli merged pull request #501: chore(install): fix wrong resource kind URL: https://github.com/apache/camel-k/pull/501 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] lburgazzoli opened a new pull request #502: chore(crd): add missing label to CamelCatalog CRD

2019-02-27 Thread GitBox
lburgazzoli opened a new pull request #502: chore(crd): add missing label to CamelCatalog CRD URL: https://github.com/apache/camel-k/pull/502 This is an automated message from the Apache Git Service. To respond to the

[GitHub] lburgazzoli opened a new pull request #500: feature(knative): support configmap and secrets

2019-02-27 Thread GitBox
lburgazzoli opened a new pull request #500: feature(knative): support configmap and secrets URL: https://github.com/apache/camel-k/pull/500 This add support for optionally mount configmaps and secrets to knative services, the default behaviour is still to use env var for backward

[GitHub] anik120 commented on issue #366: -Add Camel-K CSV and Package for OLM integration and deployment of op…

2019-02-27 Thread GitBox
anik120 commented on issue #366: -Add Camel-K CSV and Package for OLM integration and deployment of op… URL: https://github.com/apache/camel-k/pull/366#issuecomment-467887155 @astefanutti >Have you already managed to install the Camel K manifest directly too? On OCP 4.0 yes.

[GitHub] lburgazzoli commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
lburgazzoli commented on issue #498: Knative pods not scaling down to zero URL: https://github.com/apache/camel-k/issues/498#issuecomment-467829181 It is to let camel-k know if a component handles http traffic so it can be scaled up/down

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Wed, Feb 27, 2019 at 12:23 PM Jon Anstey wrote: > > +1 (binding) > > On Wed, Feb 27, 2019 at 5:01 AM Andrea Cosentino > wrote: > > > Hello all: > > > > This is a vote to release Apache Camel-K runtime 0.3.0 > > > > Staging repository: > >

[GitHub] kameshsampath commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
kameshsampath commented on issue #498: Knative pods not scaling down to zero URL: https://github.com/apache/camel-k/issues/498#issuecomment-467827250 TBH i dont understand what the marker's role looking at the catalog. Can you please explain?

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Jon Anstey
+1 (binding) On Wed, Feb 27, 2019 at 5:01 AM Andrea Cosentino wrote: > Hello all: > > This is a vote to release Apache Camel-K runtime 0.3.0 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachecamel-1122 > > Tag: >

[GitHub] WillemJiang closed issue #18: Create release artifact of camel-k-runtime

2019-02-27 Thread GitBox
WillemJiang closed issue #18: Create release artifact of camel-k-runtime URL: https://github.com/apache/camel-k-runtime/issues/18 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] WillemJiang commented on issue #18: Create release artifact of camel-k-runtime

2019-02-27 Thread GitBox
WillemJiang commented on issue #18: Create release artifact of camel-k-runtime URL: https://github.com/apache/camel-k-runtime/issues/18#issuecomment-467816184 Applied patch into master branch. This is an automated message

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Francois Papon
+1 (non-binding) Thanks guys! regards, François Papon fpa...@apache.org Le 27/02/2019 à 12:30, Andrea Cosentino a écrit : > Hello all: > > This is a vote to release Apache Camel-K runtime 0.3.0 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachecamel-1122 > >

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Antonin Stefanutti
+1 (non binding) > On 27 Feb 2019, at 09:30, Andrea Cosentino > wrote: > > Hello all: > > This is a vote to release Apache Camel-K runtime 0.3.0 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachecamel-1122 > > Tag: >

[GitHub] lburgazzoli commented on issue #498: Knative pods not scaling down to zero

2019-02-27 Thread GitBox
lburgazzoli commented on issue #498: Knative pods not scaling down to zero URL: https://github.com/apache/camel-k/issues/498#issuecomment-467789577 > The markers should maybe be named something more relevant than `http` in regard to this, and also maybe part of the Apache Camel itself, so

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Zoran Regvart
+1 (binding) Thanks Andrea and Willem on working on the release :) zoran On Wed, Feb 27, 2019 at 9:31 AM Andrea Cosentino wrote: > > Hello all: > > This is a vote to release Apache Camel-K runtime 0.3.0 > > Staging repository: >

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Willem Jiang
The Source release package is here[1] https://repository.apache.org/content/repositories/orgapachecamel-1122/org/apache/camel/k/apache-camel-k-runtime/0.3.0/apache-camel-k-runtime-0.3.0-source-release.zip Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Feb 27, 2019 at 4:31 PM Andrea

Re: [VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 27/02/2019 09:30, Andrea Cosentino wrote: > Hello all: > > This is a vote to release Apache Camel-K runtime 0.3.0 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachecamel-1122 > > Tag:  >

[VOTE] Release Apache Camel-K Runtime 0.3.0 (take 2)

2019-02-27 Thread Andrea Cosentino
Hello all: This is a vote to release Apache Camel-K runtime 0.3.0 Staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1122 Tag:  https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=tag;h=2d5b34964e392f9c5f4b1a390f64af99de9079c2 This release is important