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/12 15:53:07 UTC

[GitHub] [camel-k] mrganeshraja opened a new issue #1138: Camel-k install on azure fails.

mrganeshraja opened a new issue #1138: Camel-k install on azure fails.
URL: https://github.com/apache/camel-k/issues/1138
 
 
   I am unable to install camel-k to Azure aks cluster I get this error **"Error: No Auth Provider found for name "azure"**. I have made sure I have loggged in, I am able to issue other kubectl commands to query the cluster but when I try to install camel-k I always end up getting No Auth provider error. On other hand I am able to install camel-k on minikube from the same camel CLI.
   
   `
   ~/Downloads/camel-k-client-1.0.0-M4-mac-64bit/kamel install
   Error: No Auth Provider found for name "azure"
   Usage:
     kamel install [flags]
   
   Flags:
         --base-image string          Set the base image used to run integrations
         --build-strategy string      Set the build strategy
         --build-timeout string       Set how long the build process can last
         --camel-version string       Set the camel version
         --cluster-setup              Execute cluster-wide operations only (may require admin rights)
         --example                    Install example integration
         --global                     Configure the operator to watch all namespaces. No integration platform is created.
     -h, --help                       help for install
         --http-proxy-secret string   Configure the source of the secret holding HTTP proxy server details (HTTP_PROXY|HTTPS_PROXY|NO_PROXY)
         --kaniko-build-cache         To enable or disable the Kaniko Cache in building phase (default true)
         --kit strings                Add an integration kit to build at startup
         --local-repository string    Location of the local maven repository
         --maven-repository strings   Add a maven repository
         --maven-settings string      Configure the source of the maven settings (configmap|secret:name[/key])
         --operator-image string      Set the operator image used for the operator deployment
         --organization string        A organization on the Docker registry that can be used to publish images
     -o, --output string              Output format. One of: json|yaml
     -p, --property strings           Add a camel property
         --registry string            A Docker registry that can be used to publish images
         --registry-insecure          Configure to configure registry access in insecure mode or not
         --registry-secret string     A secret used to push/pull images to the Docker registry
         --runtime-version string     Set the camel-k runtime version
         --skip-cluster-setup         Skip the cluster-setup phase
         --skip-operator-setup        Do not install the operator in the namespace (in case there's a global one)
         --trait-profile string       The profile to use for traits
     -w, --wait                       Waits for the platform to be running
   
   Global Flags:
         --config string      Path to the config file to use for CLI requests
     -n, --namespace string   Namespace to use for all operations
   
   Error: No Auth Provider found for name "azure"`

----------------------------------------------------------------
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