You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/13 14:35:48 UTC

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

nicolaferraro edited a comment 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` (or better in the client initialization code) 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:
users@infra.apache.org


With regards,
Apache Git Services