Open nullin opened 3 years ago
Hi @nullin, thanks for reporting this issue. We've been seeing this error in connection with some other kubeconfig configurations as well, but I hadn't seen this one before. I will bring this up to the team and update this thread when I have more info to share. Thanks for your patience!
Hi, any updated timeline on when you'll be able to get to this? Thanks.
Hi @nullin, we have updated the package that we rely on to parse the kubeconfig. Can you try again with the latest release and let me know if it works for you?
Describe the bug Unable to get the bridge setup with kube config for an EKS cluster that specifies the use of aws command line tool. See sample kubeconfig for the EKS cluster
To Reproduce Steps to follow to reproduce this issue.
Use a kubeconfig like:
This config uses
aws
cli to generate a token to connect to EKS.On starting up the bridge, you get an error:
Expected behavior The sample kubeconfig specified above should be supported.
All other things in setup, imho, are configured properly, because, on replacing the
user
config in kubeconfig by the actual token, bridge starts up fine.Setting up some thing like:
works fine and the bridge starts up. But this workaround works only temporarily as the token expires within the hour.
Logs Attach logs from the following directory: For OSX/Linux: $TMPDIR/Bridge to Kubernetes
Environment Details Client used (VS Code):
Client's version: 1.53.2 Operating System: MacOS
Additional context We also have AWS SSO configured.