Skip to content

Commit

Permalink
Fix schedulerName typo description
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeof authored and I539717 committed Dec 10, 2024
1 parent 2d56c0b commit 92f2212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/vcjob.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
```
## Key Fields
### schedulerName
`schedulerName` indicates the scheduler that will schedule the job. Currently, the value can be `volcano` or `default-scheduler, with `volcano` selected by default.
`schedulerName` indicates the scheduler that will schedule the job. Currently, the value can be `volcano` or `default-scheduler`, with `volcano` selected by default.

### minAvailable
`minAvailable` represents the minimum number of running pods required to run the job. Only when the number of running pods is not less than `minAvailable` can the job be considered as `running`.
Expand Down Expand Up @@ -322,4 +322,4 @@ Volcano supports almost all mainstream computing frameworks including:
13. [Cromwell](https://cromwell.readthedocs.io/)

### volcano or default-scheduler
Volcano has been enhanced in batch computing when compared with default-scheduler. It is ideal for high performance computing scenarios such as machine learning, big data applications, and scientific computing.
Volcano has been enhanced in batch computing when compared with default-scheduler. It is ideal for high performance computing scenarios such as machine learning, big data applications, and scientific computing.

0 comments on commit 92f2212

Please sign in to comment.