Skip to content

change disaggragation to disaggregation#793

Merged
volcano-sh-bot merged 1 commit intovolcano-sh:mainfrom
FAUST-BENCHOU:doc/disaggregation
Mar 2, 2026
Merged

change disaggragation to disaggregation#793
volcano-sh-bot merged 1 commit intovolcano-sh:mainfrom
FAUST-BENCHOU:doc/disaggregation

Conversation

@FAUST-BENCHOU
Copy link
Contributor

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #792

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily addresses a pervasive typo, changing 'disaggragation' to 'disaggregation' across various components of the repository. This includes renaming example YAML configuration files, updating their internal content to reflect the correct spelling, and adjusting all corresponding references in the user guide documentation and end-to-end tests. The aim is to improve accuracy and consistency in the codebase and documentation.

Highlights

  • Typo Correction: Corrected the spelling of 'disaggragation' to 'disaggregation' across multiple example YAML file names and their internal content.
  • Documentation Updates: Updated references to the renamed example YAML files within the user guide documentation for current and versioned releases.
  • Test File Adjustments: Modified end-to-end test files to use the corrected paths for loading ModelServing, ModelServer, and ModelRoute YAML configurations.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • docs/kthena/docs/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServer-ds1.5b-pd-disaggregation.yaml.
  • docs/kthena/docs/user-guide/router-routing.md
    • Updated references to example YAML files to reflect the corrected 'disaggregation' spelling.
  • docs/kthena/versioned_docs/version-v0.1.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServer-ds1.5b-pd-disaggregation.yaml.
  • docs/kthena/versioned_docs/version-v0.1.0/user-guide/router-routing.md
    • Updated references to example YAML files to reflect the corrected 'disaggregation' spelling.
  • docs/kthena/versioned_docs/version-v0.2.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServer-ds1.5b-pd-disaggregation.yaml.
  • docs/kthena/versioned_docs/version-v0.2.0/user-guide/router-routing.md
    • Updated references to example YAML files to reflect the corrected 'disaggregation' spelling.
  • docs/kthena/versioned_docs/version-v0.3.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServer-ds1.5b-pd-disaggregation.yaml.
  • docs/kthena/versioned_docs/version-v0.3.0/user-guide/router-routing.md
    • Updated references to example YAML files to reflect the corrected 'disaggregation' spelling.
  • examples/kthena-router/ModelRoute-ds1.5b-pd-disaggragation.yaml
    • Removed the file with the misspelled name.
  • examples/kthena-router/ModelRoute-ds1.5b-pd-disaggregation.yaml
    • Added a new file with the corrected 'disaggregation' spelling, including internal name updates.
  • examples/kthena-router/ModelServer-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServer-ds1.5b-pd-disaggregation.yaml and updated internal name.
  • examples/kthena-router/ModelServing-ds1.5b-pd-disaggragation.yaml
    • Renamed to ModelServing-ds1.5b-pd-disaggregation.yaml.
  • test/e2e/router/shared.go
    • Updated file paths for loading ModelServing, ModelServer, and ModelRoute YAML configurations to use the corrected 'disaggregation' spelling.
Activity
  • No specific activity (comments, reviews, progress) has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a typo in filenames, Kubernetes resource names, and documentation links: "disaggragation" → "disaggregation". It addresses issue #792.

Changes:

  • Renamed example YAML files and fixed internal resource names to use the correct spelling "disaggregation"
  • Updated test code file paths to reference the corrected filenames
  • Updated documentation links across all versioned docs to point to the renamed files

Reviewed changes

Copilot reviewed 8 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/e2e/router/shared.go Updated three file path references from disaggragation to disaggregation
examples/kthena-router/ModelServing-ds1.5b-pd-disaggregation.yaml New file with correct spelling (replaces the old misspelled version)
examples/kthena-router/ModelServer-ds1.5b-pd-disaggregation.yaml Fixed internal resource name field spelling
examples/kthena-router/ModelRoute-ds1.5b-pd-disaggregation.yaml New file with correct spelling (replaces deleted ModelRoute-ds1.5b-pd-disaggragation.yaml)
examples/kthena-router/ModelRoute-ds1.5b-pd-disaggragation.yaml Deleted the old misspelled file
docs/kthena/docs/user-guide/router-routing.md Updated documentation links to corrected filenames
docs/kthena/docs/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggregation.yaml New asset file with correct spelling
docs/kthena/versioned_docs/version-v0.1.0/user-guide/router-routing.md Updated documentation links to corrected filenames
docs/kthena/versioned_docs/version-v0.1.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggregation.yaml New asset file with correct spelling
docs/kthena/versioned_docs/version-v0.2.0/user-guide/router-routing.md Updated documentation links to corrected filenames
docs/kthena/versioned_docs/version-v0.2.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggregation.yaml New asset file with correct spelling
docs/kthena/versioned_docs/version-v0.3.0/user-guide/router-routing.md Updated documentation links to corrected filenames
docs/kthena/versioned_docs/version-v0.3.0/assets/examples/kthena-router/ModelServer-ds1.5b-pd-disaggregation.yaml New asset file with correct spelling

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

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

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 addresses a typo by changing 'disaggragation' to 'disaggregation' throughout the repository. No security vulnerabilities were found. The changes are consistently applied to filenames, file content in YAML configurations and documentation, and references within Go test files, improving the overall quality of the codebase.

@FAUST-BENCHOU
Copy link
Contributor Author

Only TestModelServingRollingUpdateMaxUnavailable failed

@YaoZengzeng
Copy link
Member

Only TestModelServingRollingUpdateMaxUnavailable failed

It's easy to fail. I'm fixing 🤔

@YaoZengzeng
Copy link
Member

/lgtm
/approve

@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: YaoZengzeng

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 merged commit 584aea8 into volcano-sh:main Mar 2, 2026
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo error disaggragation, should be disaggregation

4 participants