Skip to content

Commit

Permalink
Merge branch 'master' into add-auto-gomaxprocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Nov 21, 2024
2 parents 31f58ff + da761e2 commit 416fe19
Show file tree
Hide file tree
Showing 18 changed files with 332 additions and 42,633 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ make TAG=latest generate-yaml
kubectl create -f _output/release/volcano-monitoring-latest.yaml
```

### Install dashboard

Please follow the guide [Volcano Dashboard](https://github.com/volcano-sh/dashboard#volcano-dashboard) to install volcano dashboard.

## Kubernetes compatibility

| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 |Kubernetes 1.30 |Kubernetes 1.31 |
Expand Down
14 changes: 7 additions & 7 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ results based on their own hardware. This document is for demonstration purposes

The information about the environment used for this test is as follows:

| 属性 | |
| Attribute | Value |
|------------|---------|
| 操作系统 | Mac |
| Operating System | Mac |
| Arch | Arm |
| CPU核数 | 12 |
| 内存 | 32GB |
| Volcano 版本 | v1.10.0 |
| CPU Cores | 12 |
| Memory | 32GB |
| Volcano Version | v1.10.0 |

## Test Procedure

Expand Down Expand Up @@ -141,7 +141,7 @@ cd benchmark/sh
./benchmark.sh 6
```

#### 测试结果
#### Test Results

Test results are output to benchmark/img/res/, with files like g1.png, g2.png, and g3.png.

Expand All @@ -154,7 +154,7 @@ Test results are output to benchmark/img/res/, with files like g1.png, g2.png, a
| 5 | <img src='img/res/g5.png' width=60% /> |
| 6 | <img src='img/res/g6.png' width=60% /> |

#### 指标实时观测
#### Real-Time Observation of Indicators

Metrics can be monitored in real-time via Grafana. Run the following command to open Grafana in your local browser
at http://localhost:3000. The default username is `admin` and the password is `prom-operator`:
Expand Down
Loading

0 comments on commit 416fe19

Please sign in to comment.