Hi Alex, was camel-k already installed ?
--- Luca Burgazzoli On Wed, Mar 6, 2019 at 10:15 PM Alex Dettinger <aldettin...@gmail.com> wrote: > > Hi Cameleers, > > I would like to use the 0.3.1 camel-k runtime under vote to play a bit. > From my local build, I've tried: > > kamel install --runtime-version 0.3.1 --repository > https://repository.apache.org/content/repositories/orgapachecamel-1123/ > kamel run examples/simple.groovy --dev > > But from the example startup logs, it looks that 0.3.0 version is still > used: > > [1] Monitoring pod simple-7d5c44559d-gx4k6[1] Starting the Java application > using /opt/run-java/run-java.sh ... > [1] exec java -XX:+UseParallelGC -XX:GCTimeRatio=4 > -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 > -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp > /etc/camel/resources:./resources:dependencies/org.apache.camel.k.camel-k-runtime-jvm-0.3.0.jar:dependencies/org.apache.camel.k.camel-k-runtime-core- > *0.3.0*.jar:dependencies/org.apache.logging.log4j.log4j-core-2.11.1.jar:dependencies/org.apache.logging.log4j.log4j-api-2.11.1.jar:dependencies/org.apache.logging.log4j.log4j-slf4j-impl-2.11.1.jar:dependencies/org.jooq.joor-java-8-0.9.10.jar:dependencies/commons-io.commons-io-2.6.jar:dependencies/org.apache.commons.commons-lang3-3.8.1.jar:dependencies/org.apache.camel.k.camel-k-runtime-groovy-0.3.0.jar:dependencies/org.apache.camel.camel-core-2.23.1.jar:dependencies/org.slf4j.slf4j-api-1.7.25.jar:dependencies/com.sun.xml.bind.jaxb-core-2.3.0.jar:dependencies/com.sun.xml.bind.jaxb-impl-2.3.0.jar:dependencies/org.apache.camel.k.camel-k-adapter-camel-2-0.3.0.jar:dependencies/org.apache.camel.camel-groovy-2.23.1.jar:dependencies/org.codehaus.groovy.groovy-2.5.4.jar > org.apache.camel.k.jvm.Application > > Is my expectation to find 0.3.1 in startup logs right ? How to test the > runtime under vote then ? > > Alex