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
Description
Currently, the CPU and memory charts on the namespace overview do not align with those on the clusters overview and provide little information for the user. We need to update these charts to match the style and functionality of the clusters overview. The new charts should display the resource usage statistics obtained from the metrics available at /apis/metrics.k8s.io/v1beta1/pods.
Acceptance Criteria
Migrate Old Charts - Move the old CPU and memory charts from the namespace overview to the Resource quota view.
Add New Charts - Introduce new CPU and memory charts on the namespace overview that reflect the style and layout of the charts on the clusters overview.
Data Source - Ensure that the new charts display data calculated from /apis/metrics.k8s.io/v1beta1/pods.
Consistency - Confirm that the appearance and behavior of the new charts are consistent with those on the clusters overview.
Validation - Verification that the new charts accurately reflect the namespace's CPU and memory usage.
Documentation - Update relevant documentation to reflect the changes, ensuring users are aware of the new locations and functionalities.
Unit Tests - Add unit tests to verify the correctness and functionality of the new charts.
Integration Tests (Cypress) - Develop Cypress integration tests to cover the new charts on the namespace overview.
Attachments
The text was updated successfully, but these errors were encountered:
Description
Currently, the CPU and memory charts on the namespace overview do not align with those on the clusters overview and provide little information for the user. We need to update these charts to match the style and functionality of the clusters overview. The new charts should display the resource usage statistics obtained from the metrics available at
/apis/metrics.k8s.io/v1beta1/pods
.Acceptance Criteria
Resource quota
view./apis/metrics.k8s.io/v1beta1/pods
.Attachments
The text was updated successfully, but these errors were encountered: