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

Provide information about resources reserved for nodes #2817

Closed
abbi-gaurav opened this issue Mar 7, 2024 · 1 comment · Fixed by #3452
Closed

Provide information about resources reserved for nodes #2817

abbi-gaurav opened this issue Mar 7, 2024 · 1 comment · Fixed by #3452
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@abbi-gaurav
Copy link
Member

Description

Many a times user are unclear about costs and do not understand why they have so many nodes provisioned in their Kyma cluster.
Provide transparency by showing node details and how man resources reserved.

one can see this with

kubectl describe nodes

Allocated resources:
  (Total limits may be over 100 percent, i.e., overcommitted.)
  Resource           Requests          Limits
  --------           --------          ------
  cpu                2777m (70%)       23944m (610%)
  memory             6747176390 (43%)  42765339536 (274%)
  ephemeral-storage  0 (0%)            0 (0%)
  hugepages-1Gi      0 (0%)            0 (0%)
  hugepages-2Mi      0 (0%)            0 (0%)

Perhaps display it as a pie chart / circle with reserver percentage or something similar

@mrCherry97 mrCherry97 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 20, 2024
@mrCherry97 mrCherry97 assigned mrCherry97 and unassigned mrCherry97 Oct 25, 2024
@dbadura dbadura self-assigned this Nov 4, 2024
@dbadura
Copy link
Contributor

dbadura commented Nov 8, 2024

Please also review and adjust node view in similar fashion like it's done in #2857

@dbadura dbadura linked a pull request Nov 8, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants