#475 Add HyperJob in both EN and CN language#516
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @safiya2610! It looks like this is your first PR to volcano-sh/website 🎉 |
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for HyperJob, a high-level orchestration abstraction built on top of Volcano Job, in both English and Simplified Chinese. The feedback highlights an issue in both files where markdown link syntax is incorrectly used inside YAML code blocks for resource keys (e.g., huawei.com/ascend910b and huawei.com/ascend910c), which renders the YAML invalid and should be replaced with plain text.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
5c3f519 to
3e8c1ab
Compare
|
@JesseStutler Please review the PR. |
3e8c1ab to
5a5f00b
Compare
| image: training-image:v1 | ||
| resources: | ||
| requests: | ||
| [huawei.com/ascend910b](https://huawei.com/ascend910b): 1 |
There was a problem hiding this comment.
Why the requests format look like this?
|
Thank you, could you also archive it into v1.15/v1.14? Current the website has been updated |
surely,I will do it. |
@JesseStutler I have added for v1.15/v1.14, Please review. |
|
@safiya2610 You didn't sign off your commits, please sign off and squash to one commit |
doing.. |
0640ecb to
9cf85af
Compare
Signed-off-by: Safiya <147792763+safiya2610@users.noreply.github.com>
bcff536 to
8fe9ab3
Compare
Done. |





What kind of change does this PR introduce?
/kind documentation
What this PR does / why we need it
This PR adds comprehensive documentation for the HyperJob for Multi-cluster Job Splitting feature in Volcano.
This PR introduces:
docs/Concepts/HyperJob.mdi18n/zh-Hans/docusaurus-plugin-content-docs/current/Concepts/HyperJob.mdBoth documents include the Introduction, Architecture Motivation, YAML Examples, Key Fields (Spec, ReplicatedJob, SplitPolicy), Status tracking, Usage matrices, and Multi-cluster limitations notes.
Which issue(s) this PR fixes
Closes #475
Special notes for reviewers
current/versioning folder to align with the latest Docusaurus documentation tracking.-s).Test plan
npm run buildto ensure no broken links or markdown compilation errors.npm run start -- --locale zh-Hansto ensure the Chinese documentation paths resolve perfectly without 404 errors.EN language
CN Language