Search Criteria
Package Details: google-cloud-sdk-gke-gcloud-auth-plugin 414.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-cloud-sdk-gke-gcloud-auth-plugin.git (read-only, click to copy) |
---|---|
Package Base: | google-cloud-sdk-gke-gcloud-auth-plugin |
Description: | A google-cloud-sdk 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 |
Submitter: | rew1red |
Maintainer: | rew1red |
Last Packager: | rew1red |
Votes: | 2 |
Popularity: | 0.89 |
First Submitted: | 2022-05-24 15:45 (UTC) |
Last Updated: | 2023-01-23 16:06 (UTC) |
Latest Comments
rew1red commented on 2022-10-28 12:52 (UTC)
Hey @deepu105--
It looks like
pamac
is trying to install this package as the root user, which when run is attempting to write something in/root/
(for which your current user does not have permission. This is probably unintended and undesirable. While I'm not personally familiar withpamac
-- many of the AUR helper utilities activley discourage (or in the case of utilities like YAY-- flat out reject) any use as root.Does your installation work without using sudo?
deepu105 commented on 2022-10-28 12:44 (UTC)
Unable to install this package. I'm new to Arch ecosystem, started with Manjaro and when running
sudo pamac install google-cloud-sdk-gke-gcloud-auth-plugin
I get the below errorI found this relevant issue https://github.com/sudoforge/pkgbuilds/issues/14
gromez commented on 2022-06-17 07:42 (UTC)
OK, I found the issue with my config, I added
USE_GKE_GCLOUD_AUTH_PLUGIN=True
in my.bashrc
but I forgot to export it, so withexport USE_GKE_GCLOUD_AUTH_PLUGIN=True
, it works like a charm.Bluesboy commented on 2022-06-15 17:23 (UTC)
For those who still getting deprecation messages even after you installed this plugin, you need to create environment variable
USE_GKE_GCLOUD_AUTH_PLUGIN
withTrue
value and after that renew k8s config withgcloud container clusters get-credentials <cluster_name> --region <region>
after that everything should be fine.gromez commented on 2022-06-15 14:29 (UTC) (edited on 2022-06-15 14:44 (UTC) by gromez)
Here is the output with
community/kubectl
With
aur/kubectl-gke-stable-bin
I don't have this issue but maybe it's only because it's an old version (1.21.13) and warning is not managed.And I have installed gcloud with
aur/google-cloud-sdk
.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
withkubectl-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:
But the packages are installed correctly:
A note gcloud has been installed from AUR.