authentication within @kubernetes/client-node is not working as expected
i tried to us deno2 and the @kubernetes/client-node to connect to an local kubernetes but i wasnt able to authenticate. i always ended up with an anonymous user. i tried different users and configs in the .kube/config and also with the programatic way. i could not find any problems with code and kubernetes-config so i switched back to nodejs and it worked as expected.
Any ideas on that? Not sure if it is a problem with the library or deno ...
3 Replies
That sounds like a bug in Deno. We'd appreciate if you can file an issue for that https://github.com/denoland/deno/issues/new/choose
GitHub
authentication within @kubernetes/client-node is not working as exp...
Version: Deno 2.0.1 i tried to use the library: @kubernetes/client-node with deno and i wasnt able to authenticate with the provided examples here: @kubernetes/client-node i switched back with the ...
sweet, thanks!