Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add support for client-go-credential-plugins #23

Open
anandsahil opened this issue Jun 16, 2020 · 1 comment
Open

Comments

@anandsahil
Copy link

for newer versions of the API eg. client.authentication.k8s.io/v1alpha1 we need
https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins

@solvip
Copy link

solvip commented May 3, 2021

This doesn't directly resolve this, but if you need this for e.g. development purposes, you can work around this by doing a kubectl proxy in a terminal and then point KubernetesClient towards the served address:

% kubectl proxy
Starting to serve on 127.0.0.1:8001
    KubernetesClient[IO](KubeConfig(server = Uri.unsafeFromString("http://localhost:8001")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants