dtsong opened a new issue, #5611:
URL: https://github.com/apache/camel-k/issues/5611

   ### What happened?
   
   While I was attempting to run `kamel install` to a GKE cluster, I get the 
following error:
   
   ```
   ./kamel install --monitoring=true
   Error: cannot get command client: The gcp auth plugin has been removed.
   Please use the "gke-gcloud-auth-plugin" kubectl/client-go credential plugin 
instead.
   See 
https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
 for further details
   ```
   
   I went through the relevant steps to ensure that the 
`gke-gcloud-auth-plugin` was installed, but still got the same error. It looks 
like the `kamel` CLI is using the previous plugin for cluster authentication?
   
   ### Steps to reproduce
   
   1. Have a GKE cluster available to have Camel-k installed with the `kamel` 
CLI.
   2. Use gcloud to establish cluster connectivity with `gcloud container 
cluster get-credentials NAME_OF_CLUSTER`
   3. Run `kamel install`
   
   ### Relevant log output
   
   ```shell
   # VM where I am running kamel from
   ./kamel install --monitoring=true
   Error: cannot get command client: The gcp auth plugin has been removed.
   Please use the "gke-gcloud-auth-plugin" kubectl/client-go credential plugin 
instead.
   See 
https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
 for further details
   ```
   
   
   ### Camel K version
   
   v2.3.3


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to