Open tautvydasbujauskas opened 1 year ago
I had the same issue.
To fix it, I had to get a new kubeconfig file using the aws update-kubeconfig
command.
Then I ran diff
to compare the old and new kubeconfig files. Here's the output:
27,28d26
< - --output
< - json
Describe the bug O noticed that on some of my clusters I get error
I can access cluster with sake kubeconfig cia kubectl
Worth to mention:
Expected behavior Lens should connect to cluster, but it don't.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Logs: When you run the application executable from command line you will see some logging output. Please paste them here:
Kubeconfig: Quite often the problems are caused by malformed kubeconfig which the application tries to load. Please share your kubeconfig, remember to remove any secret and sensitive information.
Additional context Add any other context about the problem here.