Search Criteria
Package Details: kubelogin 1.36.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kubelogin.git (read-only, click to copy) |
|---|---|
| Package Base: | kubelogin |
| Description: | Kubectl plugin for Kubernetes OpenID Connect authentication (oidc-login) |
| Upstream URL: | https://github.com/int128/kubelogin |
| Licenses: | Apache-2.0 |
| Submitter: | auroq |
| Maintainer: | intelfx |
| Last Packager: | intelfx |
| Votes: | 8 |
| Popularity: | 1.11 |
| First Submitted: | 2019-04-11 16:24 (UTC) |
| Last Updated: | 2026-05-09 17:44 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- kubectl (rancher-desktop-gitAUR, kbenv-binAUR, kuberlr-binAUR, kubectl-binAUR, rancher-desktop-binAUR, rancher-desktopAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
autape commented on 2026-05-17 10:48 (UTC)
This package is now packaged by Claude!
intelfx commented on 2026-05-09 17:45 (UTC)
Package updated to build from source, as required for non-bin packages. Use the -bin package linked in the other comment for upstream binaries.
aryklein commented on 2026-04-21 13:50 (UTC)
Since the previous maintainer hasn't kept the package up to date and didn't follow the
-binnaming convention for pre-compiled binaries, I’ve created a new package here: https://aur.archlinux.org/packages/kubelogin-binintelfx commented on 2026-01-14 13:59 (UTC) (edited on 2026-01-14 14:07 (UTC) by intelfx)
1.35.2 is out.
Additionally, it is not recommended to wrap prebuilt binaries when it is possible to build a project from source (and, per AUR submission guidelines, such a package must have a
-binsuffix which this doesn't).Please apply: https://0x0.st/P8bh.mbox
tonur commented on 2026-01-07 09:53 (UTC)
Could I please request the latest version be added? Thank you so much in advance!
existemi commented on 2024-11-18 19:04 (UTC)
Please support aarch64
auroq commented on 2021-05-19 17:09 (UTC)
@xdavidwu Great idea! Not sure why I hadn't thought of it. I made that change in 1.23.2.
xdavidwu commented on 2021-05-19 16:41 (UTC)
Why not use symlink instead of installing the same binary at both
/usr/bin/kubectl-oidc_loginand/usr/bin/kubelogin?