kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

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

Open anandsahil opened this issue 5 years ago • 1 comments

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

anandsahil avatar Jun 16 '20 08:06 anandsahil

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")))

solvip avatar May 03 '21 13:05 solvip