Hello. When I try to open Helm → Releases window, the window can’t load. There are no resources
Hello @realhuseyn,
Thank you for reaching out to Lens Forum!
I’ll let know the dev team about your issue.
Best Regards,
Tikhon Kudinov
Lens Support Engineer
Mirantis, Inc
Thanks for reporting this @realhuseyn!
The Helm Releases window will remain empty if there are no releases currently installed in the connected cluster (helm list
shows nothing), or if there are permission issues (e.g., missing get
/list
rights on Helm releases, secrets, or configmaps in certain namespaces).
To investigate further, could you please run the following command in the terminal and let us know the result?
helm list --all-namespaces
Hello. I know that helm releases should be exist. We have a lot of helm releases, i can get the list with “helm ls -A”. But Lens cannot show them