Package Details: google-cloud-cli-gke-gcloud-auth-plugin 501.0.0-1

Git Clone URL: https://aur.archlinux.org/google-cloud-cli-gke-gcloud-auth-plugin.git (read-only, click to copy)
Package Base: google-cloud-cli-gke-gcloud-auth-plugin
Description: A google-cloud-cli component that provides a kubectl authentication plugin for GKE.
Upstream URL: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Keywords: auth gcloud gke google kubectl plugin sdk
Licenses: Apache-2.0
Submitter: rew1red
Maintainer: rew1red
Last Packager: rew1red
Votes: 7
Popularity: 0.004383
First Submitted: 2023-03-08 16:55 (UTC)
Last Updated: 2024-11-13 14:03 (UTC)

Latest Comments

« First ‹ Previous 1 2

rew1red commented on 2022-06-14 14:05 (UTC)

That's interesting, I'm using kubectl version 1.24.1-1, and not the google issued version.

For those having an issue, what version of kubectl do you have installed?

gromez commented on 2022-06-14 07:49 (UTC) (edited on 2022-06-14 08:22 (UTC) by gromez)

I had an issue with kubectl even with the plugin installed, it seems you must use kubectl from Google too.
Replace kubectl with kubectl-gke-stable-bin does the trick.

paolomainardi commented on 2022-05-24 21:13 (UTC) (edited on 2022-05-24 21:13 (UTC) by paolomainardi)

I'm having this error when trying to reconfigure the kubeconfig:

gcloud container clusters get-credentials my-cluster --project=my-project --zone europe-west1-b
Fetching cluster endpoint and auth data.
CRITICAL: ACTION REQUIRED: gke-gcloud-auth-plugin, which is needed for continued use of kubectl, was not found or is not executable. Install gke-gcloud-auth-plugin for use with kubectl by following https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
kubeconfig entry generated for my-cluster.

But the packages are installed correctly:

> gke-gcloud-auth-plugin --version                                                               
Kubernetes v1.23.0-alpha+66064c62c6c23110c7a93faca5fba668018df732

> gcloud --version                                                          
Google Cloud SDK 386.0.0
alpha 2022.05.13
beta 2022.05.13
bq 2.0.74
bundled-python3-unix 3.9.12
core 2022.05.13
gsutil 5.10

A note gcloud has been installed from AUR.