Skip to content

docs: add Volcano v1.14.0 release blog post#535

Merged
volcano-sh-bot merged 3 commits into
volcano-sh:masterfrom
yashisrani:blog/v.1.14.0
Jun 27, 2026
Merged

docs: add Volcano v1.14.0 release blog post#535
volcano-sh-bot merged 3 commits into
volcano-sh:masterfrom
yashisrani:blog/v.1.14.0

Conversation

@yashisrani

Copy link
Copy Markdown
Contributor
  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines

/kind documentation

  • What this PR does / why we need it:
  • created blog for volcano v.1.14.0 in english and chinese langauge.

Co-authored-by: JesseStutler <[email protected]>
Signed-off-by: Yash Israni <[email protected]>
@volcano-sh-bot volcano-sh-bot added the kind/documentation Categorizes issue or PR as related to documentation. label Jun 18, 2026
@volcano-sh-bot volcano-sh-bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jun 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces the English and Chinese blog posts announcing the release of Volcano v1.14.0, highlighting features like the multi-scheduler architecture, AI Agent scheduling, and Ascend vNPU support. The review feedback points out several markdown formatting issues in both files, including malformed nested links, unformatted PR references that need to be hyperlinks, and incomplete table structures in the contributor acknowledgements section.

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.

Comment thread blog/Volcano-1.14.0-release.md Outdated

# Volcano v1.14 Released: Entering a New Era of Unified AI Scheduling

[Volcano](https://volcano.sh/en/) community [v1.14]([volcano-sh/volcano v1.14.0](https://github.com/volcano-sh/volcano/releases/tag/v1.14.0)) is now officially released. As AI workloads evolve from single offline training to diverse scenarios including online inference and AI Agents, the scheduling system faces unprecedented challenges. v1.14 delivers architecture-level innovations that maintain Volcano's advantages in large-scale batch computing while closing the gap for latency-sensitive workloads, taking a solid step toward the goal of becoming a "unified scheduling platform for AI training, inference, RL, and Agent scenarios."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The markdown link for v1.14 is malformed due to nested brackets. It should be simplified to a standard markdown link.

Suggested change
[Volcano](https://volcano.sh/en/) community [v1.14]([volcano-sh/volcano v1.14.0](https://github.com/volcano-sh/volcano/releases/tag/v1.14.0)) is now officially released. As AI workloads evolve from single offline training to diverse scenarios including online inference and AI Agents, the scheduling system faces unprecedented challenges. v1.14 delivers architecture-level innovations that maintain Volcano's advantages in large-scale batch computing while closing the gap for latency-sensitive workloads, taking a solid step toward the goal of becoming a "unified scheduling platform for AI training, inference, RL, and Agent scenarios."
[Volcano](https://volcano.sh/en/) community [v1.14](https://github.com/volcano-sh/volcano/releases/tag/v1.14.0) is now officially released. As AI workloads evolve from single offline training to diverse scenarios including online inference and AI Agents, the scheduling system faces unprecedented challenges. v1.14 delivers architecture-level innovations that maintain Volcano's advantages in large-scale batch computing while closing the gap for latency-sensitive workloads, taking a solid step toward the goal of becoming a "unified scheduling platform for AI training, inference, RL, and Agent scenarios."

Comment thread blog/Volcano-1.14.0-release.md Outdated
# Parameter format: name:type:min_util:max_util:prefer_warmup:min_nodes:max_nodes
```

Related PR: volcano-sh#4777

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR reference is not formatted as a link. Unlike GitHub, the blog platform (Docusaurus) will not automatically convert volcano-sh#4777 into a hyperlink. Please format it as a markdown link, similar to how it is done in the Chinese version.

Suggested change
Related PR: volcano-sh#4777
Related PR: [volcano-sh#4777](https://github.com/volcano-sh/volcano/pull/4777)

Comment thread blog/Volcano-1.14.0-release.md Outdated
- Enhanced scheduling queue: Optimized queue mechanism supporting urgent task retries, ensuring critical tasks are not blocked.
- Unified platform integration: Seamlessly collaborates with the Batch Scheduler through the Sharding Controller, sharing cluster resources.

Related PRs: volcano-sh#4804, volcano-sh#4801, volcano-sh#4805

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These PR references are not formatted as links. Please format them as markdown links so they are clickable on the blog website.

Suggested change
Related PRs: volcano-sh#4804, volcano-sh#4801, volcano-sh#4805
Related PRs: [volcano-sh#4804](https://github.com/volcano-sh/volcano/pull/4804), [volcano-sh#4801](https://github.com/volcano-sh/volcano/pull/4801), [volcano-sh#4805](https://github.com/volcano-sh/volcano/pull/4805)

Comment thread blog/Volcano-1.14.0-release.md Outdated
nvidia.com/gpu: 8
```

Related PRs: volcano-sh#4721, volcano-sh#4810, volcano-sh#4795, volcano-sh#4785, volcano-sh#4889

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These PR references are not formatted as links. Please format them as markdown links so they are clickable on the blog website.

Suggested change
Related PRs: volcano-sh#4721, volcano-sh#4810, volcano-sh#4795, volcano-sh#4785, volcano-sh#4889
Related PRs: [volcano-sh#4721](https://github.com/volcano-sh/volcano/pull/4721), [volcano-sh#4810](https://github.com/volcano-sh/volcano/pull/4810), [volcano-sh#4795](https://github.com/volcano-sh/volcano/pull/4795), [volcano-sh#4785](https://github.com/volcano-sh/volcano/pull/4785), [volcano-sh#4889](https://github.com/volcano-sh/volcano/pull/4889)

Comment thread blog/Volcano-1.14.0-release.md Outdated

CPU Burst capability has been extended to general-purpose operating systems. Meanwhile, Volcano Agent now fully supports Cgroup V2 environments with automatic detection of Cgroup version and driver type (e.g., systemd driver), running seamlessly on modern Linux distributions without manual intervention.

Related PRs: volcano-sh#4632, volcano-sh#4945, volcano-sh#4913, volcano-sh#4984

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These PR references are not formatted as links. Please format them as markdown links so they are clickable on the blog website.

Suggested change
Related PRs: volcano-sh#4632, volcano-sh#4945, volcano-sh#4913, volcano-sh#4984
Related PRs: [volcano-sh#4632](https://github.com/volcano-sh/volcano/pull/4632), [volcano-sh#4945](https://github.com/volcano-sh/volcano/pull/4945), [volcano-sh#4913](https://github.com/volcano-sh/volcano/pull/4913), [volcano-sh#4984](https://github.com/volcano-sh/volcano/pull/4984)

Comment thread blog/Volcano-1.14.0-release.md Outdated
- Queue management enhancements: Edit Queue quotas and weights online, with direct YAML modification support.
- Security hardening: Default configuration with SELinux, Seccomp, non-root execution, and privilege escalation prevention for production safety.

See: [Volcano Dashboard v0.2.0 Release Notes]([volcano-sh/dashboard v0.2.0](https://github.com/volcano-sh/dashboard/releases/tag/v0.2.0))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The markdown link for the Volcano Dashboard release notes is malformed due to nested brackets. It should be simplified to a standard markdown link.

Suggested change
See: [Volcano Dashboard v0.2.0 Release Notes]([volcano-sh/dashboard v0.2.0](https://github.com/volcano-sh/dashboard/releases/tag/v0.2.0))
See: [Volcano Dashboard v0.2.0 Release Notes](https://github.com/volcano-sh/dashboard/releases/tag/v0.2.0)

Comment thread blog/Volcano-1.14.0-release.md Outdated
- Enhanced Capacity Plugin logic: Fixed `reclaimableFn` and `preemptiveFn` to correctly handle scalar resources and prevent incorrect preemption decisions.
- Stability improvements: Resolved edge cases in resource computation, preventing scheduling deadlocks and erroneous evictions.

Related PRs: volcano-sh#4794, volcano-sh#4659, volcano-sh#4919

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These PR references are not formatted as links. Please format them as markdown links so they are clickable on the blog website.

Suggested change
Related PRs: volcano-sh#4794, volcano-sh#4659, volcano-sh#4919
Related PRs: [volcano-sh#4794](https://github.com/volcano-sh/volcano/pull/4794), [volcano-sh#4659](https://github.com/volcano-sh/volcano/pull/4659), [volcano-sh#4919](https://github.com/volcano-sh/volcano/pull/4919)

Comment thread blog/Volcano-1.14.0-release.md Outdated

Volcano keeps pace with the Kubernetes community. v1.14 fully supports the latest Kubernetes v1.34, with comprehensive unit tests and E2E tests ensuring functionality and stability.

Related PR: volcano-sh#4704

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This PR reference is not formatted as a link. Please format it as a markdown link so it is clickable on the blog website.

Suggested change
Related PR: volcano-sh#4704
Related PR: [volcano-sh#4704](https://github.com/volcano-sh/volcano/pull/4704)

Comment thread blog/Volcano-1.14.0-release.md Outdated
| \@ssfffss | \@suyiiyii | \@Tau721 |
| \@tunedev | \@wangyang0616 | \@weapons97 |
| \@Wonki4 | \@zhaoqi612 | \@zhengchenyu |
| \@zjj2wry |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The last row of the table is missing empty cells for the other columns. Please pad the row to match the 3-column table structure.

Suggested change
| \@zjj2wry |
| \@zjj2wry | | |

| \@ssfffss | \@suyiiyii | \@Tau721 |
| \@tunedev | \@wangyang0616 | \@weapons97 |
| \@Wonki4 | \@zhaoqi612 | \@zhengchenyu |
| \@zjj2wry |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The last row of the table is missing empty cells for the other columns. Please pad the row to match the 3-column table structure.

Suggested change
| \@zjj2wry |
| \@zjj2wry | | |

@yashisrani

Copy link
Copy Markdown
Contributor Author

/cc @JesseStutler

@JesseStutler JesseStutler left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, could you also take a look for the gemini's review opinions?

Comment thread blog/Volcano-1.14.0-release-en.md Outdated
@yashisrani
yashisrani requested a review from JesseStutler June 24, 2026 05:18
@JesseStutler

Copy link
Copy Markdown
Member

@yashisrani You didn't solve gemini's review comments

Co-authored-by: JesseStutler <[email protected]>
Signed-off-by: Yash Israni <[email protected]>
@yashisrani

Copy link
Copy Markdown
Contributor Author

@JesseStutler i solved all gemini suggestions ..

@JesseStutler JesseStutler added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Jun 27, 2026
@JesseStutler

Copy link
Copy Markdown
Member

/approve
/lgtm
Thanks!

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Jun 27, 2026
@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JesseStutler

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 27, 2026
@volcano-sh-bot
volcano-sh-bot merged commit b9f7d29 into volcano-sh:master Jun 27, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/documentation Categorizes issue or PR as related to documentation. lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create blog post about Volcano v1.14

3 participants