-
Notifications
You must be signed in to change notification settings - Fork 299
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
exec auth support #761
Comments
This is a definite gap in this library. I will work on the fix. |
thanks! it's great! |
close #774 |
Is this issue already solve?Because when I try to use the kubelogin, the kubernetes-client/csharp still doesn't work with it |
this is resolved, @Ariahs0110 feel free to post new issue if you think something is not working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My k8s cluster is in azure aks. I generate kube config using:
az login az account set -s xxx az aks get-credentials -g ggg -n nnn
It'll generate kube config like this:
Then I can successfully use
kubectl
command.But there is some very strange and annoying problem that asking me to login after a few minutes or hours randomly. similiar question
So I used kubelogin to solve this issue and works well.
The kube config is like this:
But
kubernetes-client/csharp
doesn't support this, apparently.Is there any option in
kubernetes-client/csharp
that can achive the same purpose? i.e. get token before each request using the parameters in config and then use that token?The text was updated successfully, but these errors were encountered: