[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-17 Thread GitBox
nicolaferraro commented on issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138#issuecomment-566589153
 
 
   Thanks, it would be nice if you could continue testing on Azure and write 
something down for the website, like we have for 
[gke](https://github.com/apache/camel-k/blob/master/docs/modules/ROOT/pages/installation/gke.adoc)


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


[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-17 Thread GitBox
nicolaferraro commented on issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138#issuecomment-566556081
 
 
   > thanks @nicolaferraro will you be able to add me as contributor so that I 
can push my branch and create a PR.
   
   No need to add special permissions, you're allowed to fork the repo and 
create a PR from there ;)


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


[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-17 Thread GitBox
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


[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-13 Thread GitBox
nicolaferraro commented on issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138#issuecomment-565462956
 
 
   That would be awesome @mrganeshraja. Fortunately the fix should not require 
advanced go skills. I think that adding a simple import of
   
   ```
   _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
   ```
   even in the `cmd/kamel/main.go` should be sufficient for making it work with 
Azure. It would be awesome if you could test the change in your environment.
   
   You can find instructions on how to build the project in the [Developer's 
guide](https://camel.apache.org/camel-k/latest/developers.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


[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-12 Thread GitBox
nicolaferraro commented on issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138#issuecomment-565089883
 
 
   Azure is not a provider that we tested so far.
   
   I guess the problem is related to some auth missing in the kubernetes 
go-client we use under the hood: 
https://github.com/kubernetes/client-go/tree/master/plugin/pkg/client/auth/azure
   
   Other than that, Camel K also needs a container registry to push built 
images to. @mrganeshraja does Kubernetes on Azure provide a default container 
registry?


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