Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources (requests/limits) section #8149

Open
TheUnableDeveloper opened this issue Dec 23, 2024 · 1 comment
Open

Resources (requests/limits) section #8149

TheUnableDeveloper opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TheUnableDeveloper
Copy link

TheUnableDeveloper commented Dec 23, 2024

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)
@TheUnableDeveloper TheUnableDeveloper added the enhancement New feature or request label Dec 23, 2024
@clrothmann
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants