-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I just noticed that when installing kubelogin via winget, the binary is named kubelogin (whereas on Mac/Linux, it is named kubectl-oidc_login, corresponding to the formats used for kubectl plugins).
> kubelogin
No configuration found.
You need to set up the OIDC provider, role binding, Kubernetes API server and kubeconfig.
To show the setup instruction:
kubectl oidc-login setup
See https://github.com/int128/kubelogin for more.
error: login: could not find the current authentication provider: could not find the current auth provider: auth-provider is missing
> kubectl oidc-login setup
error: unknown command "oidc-login" for "kubectl"
It would be preferable to have the same binary name on Windows in order to
- Avoid having a second user in kubeconfig pointing to the
kubeloginbinary for windows compatibility - Ensure that the documentation is the same, whether on Windows or not
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request