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

change dashboard resource format #338

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

seungkyua
Copy link
Contributor

@seungkyua seungkyua commented Apr 4, 2024

  • 대시보드 중에 자원 생성 현황 위젯 포맷을 변경
{
    "resources": {
        "stack": {
            "normal": "1",
            "abnormal": "0"
        },
        "cpu": "26",
        "memory": "101",
        "storage": "151"
    }
}
  • stack 의 정상 여부는 "kubernetes.io/cluster-service" 의 값이 "true" 이면 정상으로 판단함

@seungkyua seungkyua requested a review from cho4036 April 4, 2024 09:13
@seungkyua seungkyua self-assigned this Apr 4, 2024
@seungkyua seungkyua requested review from ktkfree and Siyeop April 4, 2024 09:14
@ktkfree ktkfree merged commit 27f8700 into openinfradev:develop Apr 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants