Closed aep closed 2 years ago
figured it out: lens requires (unlike kubectl) that the outer List "metadata" field exists, even if its empty. this makes most of the apis work.
"kind": "List",
+ "metadata": {}
would have been nice to get some sort of error log somewhere instead of failing silently
@aep How did you solve this issue? I'm having the same issue with OpenLens, but it works perfectly fine with Lens on the same version. Maybe it would worth to keep this open.
if you're using the official kubernetes, this is unlikely to be the same issue.
I am, I guess the symptom is the same then, but it's a different underlying issue (similarly without any errors).
every resource list is empty. there appears to be something required by lens from the k8s api that we haven't implemented yet
for example here's the return of /api/v1/namespaces/default/pods
but it's not showing up in lens. would be really nice to get a hint what we're missing in the returned json.