nicolaferraro commented on issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138#issuecomment-566511319
 
 
   Build errors are strange. Are you using the right version of go?
   Anyway, you're welcome to submit a PR with your change and have our CI test 
it for you.
   We're close to cutting a RC1 release that will be available start of next 
week.
   
   To test a snapshot version, the quickest way is to login to:
   - login to your docker hub with `docker login`
   - `make images`
   - `export VERSION=1.0.0-RC1-SNAPSHOT` (or whatever version you've in 
Makefile)
   - `export DOCKER_HUB_ID=myuser` (replace `myuser` with your docker hub id)
   - `docker tag apache/camel-k:$VERSION $DOCKER_HUB_ID/camel-k:$VERSION` 
   - `docker push $DOCKER_HUB_ID/camel-k:$VERSION`
   - `kubectl delete deployment camel-k-operator` (to cleanup previous 
installation, if present)
   - `kamel install --operator-image $DOCKER_HUB_ID/camel-k:$VERSION`
   
   That should be sufficient to run the operator. Some additional args to pass 
to `kamel install` are required to configure Camel K to build images on Docker 
Hub, so you can run integrations: 
https://camel.apache.org/camel-k/latest/installation/registry/dockerhub.html.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to