lensapp / lens

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

Resource Content Not Visible as Text #8029

Open ReggieCarey opened 6 months ago

ReggieCarey commented 6 months ago

What would you like to be added: As an operator of multiple K8s Clusters with lots of GPU's, I want the resources (limits and requests) information to be displayed along side other elements (like Image, Status, Ports, Mounts, Command,....). It feels like a massive oversight to miss this. Right now I have absolutely no way to tell what resources a container has requested.

Specifically, I want this information visible in the Pod expansion panel that appears to the right when you click on a pod in the list of pods.

Why is this needed: I have ZERO visibility into what resources a pod is requesting - cpu, memory, gpu's) for its containers. Thus, when a pod fails to start, the lens application provides no assistance. If the values in an pod definition stop a pod from starting, it's probably important for that information to be visible to an operator. Currently to diagnose a problem I must click the edit button on a pod to see what the UI fails to show. And this introduces bogus annotations for stuff that was NEVER intended to be edited, only viewed.

Environment you are Lens application on:

RKE2

MacOS