You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
I would like a new section "Resources" to be added in the "Workloads" section (but also somewhere else, it's just an example). In this section I should be able to see the requests and limits for each workload.
It would be nice to have the dropdown list with namespaces in order to filter the list.
Why is this needed:
I'm currently working on resources allocation and the only way I have to check them is by running this
kubectl get deployments -o custom-columns="NAME:.metadata.name,CPU_REQUESTS:.spec.template.spec.containers[*].resources.requests.cpu,CPU_LIMITS:.spec.template.spec.containers[*].resources.limits.cpu,MEMORY_REQUESTS:.spec.template.spec.containers[*].resources.requests.memory,MEMORY_LIMITS:.spec.template.spec.containers[*].resources.limits.memory"
It works and it is effective but I have to write the command all the times, adding/changing the namespace, adding/chaning sorting options
Thank you!
Environment you are Lens application on:
Kubernetes distribution: 1.29 AKS
Desktop OS: MacOs 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered:
Thank you for your feature request. We recognize the value in simplifying resource visualization and management, and your suggestion aligns with our goals for enhancing Lens Desktop's functionality. Stay tuned and thanks again for bringing this up!
What would you like to be added:
I would like a new section "Resources" to be added in the "Workloads" section (but also somewhere else, it's just an example). In this section I should be able to see the requests and limits for each workload.
It would be nice to have the dropdown list with namespaces in order to filter the list.
Why is this needed:
I'm currently working on resources allocation and the only way I have to check them is by running this
It works and it is effective but I have to write the command all the times, adding/changing the namespace, adding/chaning sorting options
Thank you!
Environment you are Lens application on:
The text was updated successfully, but these errors were encountered: