Clusters dissapeared on the new Lens Desktop Version

Hello,

As requested by the application I updated the Lens Desktop to version 2024.11.261604-latest.

Now I open the Lens Desktop and can’t see my EKS clusters.
I have the kubeconfig present on the Lens Desktop but nothing happens.

If I change my apiVersion from “client.authentication.k8s.io/v1alpha1” to apiVersion “client.authentication.k8s.io/v1beta1”, the clusters appears on the LEns Desktop but still doesn’t work.

Last version of the Lens Desktop everything was working correctly.

MAy someone help me out here?

Lens Desktop: 2024.11.261604-latest
MacOS Sequoia Version 15.1.1 Intel

Can you try to regenerate the kubeconfig with newer tooling?

Hi,
Which new tool?

I’m importing kubeconfig from eks as requested by AWS

aws eks update-kubeconfig --name

The aws cli, can you try to update to the latest version of aws cli?

Hi, this happened today to me. AWS cli version was just too old. Updated aws cli to latest, ran aws eks update-kubeconfig --name=<cluster-name> and clusters reappeared.

It happened to me also… after upgrading to the latest 2024.11.261604 )-: AWS CLI upgrade solved the issue for me. IMO Lense should provide some warning regarding this before the upgrade, like the precondition is the latest AWS CLI or something…