lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.29k stars 1.45k forks source link

App Crash when opening details on Knative Service #8032

Closed wSedlacek closed 3 months ago

wSedlacek commented 3 months ago

Describe the bug On the beta channel when opening a Knative service an app crash occurs saying service.getClusterIps is not a function

To Reproduce Have a Knative Service CRD and click on it to try to open the details.

Expected behavior The details panel would show up on the right side with details about the Service

Screenshots Screenshot 2024-03-20 at 09 40 58

Environment (please complete the following information):

Additional context I suspect there is some code that just looks for kind === “Service” when it should also be checking the apiVersion to make sure it is v1

jweak commented 3 months ago

Thanks for the report, you were right about the API version! This is fixed now and will be released in a future beta soon.

wSedlacek commented 3 months ago

Thank you very much! Loving the new update!