From 92f22129e61d1269e5ff9d7bb2c85fb5712b759a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Calebe=20Figueir=C3=AAdo?= <30943380+calebeof@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:13:49 -0300 Subject: [PATCH] Fix schedulerName typo description --- content/en/docs/vcjob.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/vcjob.md b/content/en/docs/vcjob.md index eeff7a1b..7b199950 100644 --- a/content/en/docs/vcjob.md +++ b/content/en/docs/vcjob.md @@ -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`. @@ -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. \ No newline at end of file +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.